diff --git a/src/lindbergh/config.c b/src/lindbergh/config.c index d026de8..94b0c78 100644 --- a/src/lindbergh/config.c +++ b/src/lindbergh/config.c @@ -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; } diff --git a/src/lindbergh/lindbergh.c b/src/lindbergh/lindbergh.c index c6fe510..7801214 100644 --- a/src/lindbergh/lindbergh.c +++ b/src/lindbergh/lindbergh.c @@ -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