Skip to content

Commit

Permalink
It should be possible to open games other than Days and Recoded with …
Browse files Browse the repository at this point in the history
…the Melon Mix
  • Loading branch information
vitor251093 committed Jun 24, 2024
1 parent 1036c8c commit 730e122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NDSCart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ std::unique_ptr<CartCommon> ParseROM(std::unique_ptr<u8[]>&& romdata, u32 romlen
CartValidator::load(gamecode);
Log(LogLevel::Info, "Game code: %u\n", gamecode);
if (!CartValidator::isValid()) {
return nullptr;
Log(LogLevel::Warn, "No Melon Mix plugin available for this ROM.\n");
}

u32 arm9base = header.ARM9ROMOffset;
Expand Down

0 comments on commit 730e122

Please sign in to comment.