1
0
mirror of synced 2024-11-27 19:10:48 +01:00

Add rambo

This commit is contained in:
Bobby Dilley 2024-01-18 23:37:33 +00:00
parent 2e07128822
commit cc09b09131
2 changed files with 4 additions and 1 deletions

View File

@ -193,6 +193,9 @@ static int detectGame(uint32_t elf_crc)
case RAMBO:
{
config.gameTitle = "Rambo";
config.gameDVP = "DVP-0069";
config.gameID = "SBQL";
config.gameType = SHOOTING;
config.gameStatus = WORKING;
return 0;
}

View File

@ -8,7 +8,7 @@
#define PRELOAD_FILE_NAME "lindbergh.so"
// List of all lindbergh executables known, not including the test executables
char *games[] = {"vt3_Lindbergh", "hummer_Master.elf", "drive.elf", "chopperM.elf", "vsg", "Jennifer", "amiM.elf", "abc", "hod4M.elf", "lgj_final", "vt3", "id4.elf", "id5.elf", "lgjsp_app", "gsevo", "vf5", "apacheM.elf", "segaboot", "END"};
char *games[] = {"ramboM.elf", "vt3_Lindbergh", "hummer_Master.elf", "drive.elf", "chopperM.elf", "vsg", "Jennifer", "amiM.elf", "abc", "hod4M.elf", "lgj_final", "vt3", "id4.elf", "id5.elf", "lgjsp_app", "gsevo", "vf5", "apacheM.elf", "segaboot", "END"};
/**
* Tests if the game uses a seperate elf for test mode