keep previous game names

This commit is contained in:
Isaac0-dev 2024-11-29 11:13:40 +10:00
parent 608c0e04ed
commit cbd80a0b27

View file

@ -19,11 +19,11 @@
#endif
#ifdef DEVELOPMENT
#define GAME_NAME "Super Mario 64 Coop Deluxe (DEV)"
#define GAME_NAME "sm64coopdx-dev"
#elif !defined(VERSION_US)
#define GAME_NAME "Super Mario 64 Coop Deluxe (INTL)"
#define GAME_NAME "sm64coopdx-intl"
#else
#define GAME_NAME "Super Mario 64 Coop Deluxe"
#define GAME_NAME "sm64coopdx"
#endif
#define MAX_VERSION_LENGTH 32