Skip to content

Commit

Permalink
Make Let's Go Jungle Rev A Work
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbydilley committed May 10, 2024
1 parent d82270f commit d5ce6f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lindbergh/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,9 @@ static int detectGame(uint32_t elf_crc)

case LETS_GO_JUNGLE_REVA:
{
config.gameTitle = "Lets Go Jungle Rev A";
config.gameStatus = NOT_WORKING;
config.gameTitle = "Let's Go Jungle! Lost on the Island of Spice! Rev A";
config.gameDVP = "DVP-0011A";
config.gameStatus = WORKING;
return 0;
}
break;
Expand Down
1 change: 1 addition & 0 deletions src/lindbergh/patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ case VIRTUA_FIGHTER_5_FINAL_SHOWDOWN_REVA:
// setVariable(0x082e1323, 0x00000550); // Set ResX
// setVariable(0x082e1330, 0x00000300); // Set ResY
}
break;

case LETS_GO_JUNGLE:
{
Expand Down

0 comments on commit d5ce6f3

Please sign in to comment.