1
0
mirror of synced 2024-11-24 02:00:09 +01:00

Make Let's Go Jungle Rev A Work

This commit is contained in:
Bobby Dilley 2024-05-10 12:00:11 +01:00
parent d82270f0b7
commit d5ce6f3894
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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:
{