1
0
mirror of synced 2025-02-17 10:38:32 +01:00

Added games detection.

This commit is contained in:
dkeruza 2023-11-11 16:24:59 -05:00 committed by GitHub
parent 3def1d9a49
commit 3d6dc1acb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,12 @@ char *getGameName()
return "The House of the Dead 4";
case LETS_GO_JUNGLE:
return "Let's Go Jungle! Lost on the Island of Spice";
case ABC:
return "After Burner Climax";
case SRTV:
return "SEGA Race TV";
case RTUNED:
return "R-Tuned Ultimate Street Racing";
default:
return "Unknown Game";
}