mirror of
https://github.com/RSDKModding/Sonic-Mania-Decompilation.git
synced 2024-11-23 05:49:56 +00:00
Fix first release RETRO_REVISION
This commit is contained in:
parent
636893a155
commit
044893483f
@ -61,10 +61,10 @@
|
||||
#undef GAME_VERSION
|
||||
#define GAME_VERSION VER_100
|
||||
#undef RETRO_REVISION
|
||||
#define RETRO_REVISION (0)
|
||||
#define RETRO_REVISION (1)
|
||||
|
||||
#else
|
||||
|
||||
|
||||
#undef GAME_VERSION
|
||||
#define GAME_VERSION VER_103
|
||||
#undef RETRO_REVISION
|
||||
|
Loading…
Reference in New Issue
Block a user