mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
SharedState: Add RGSS2 default encrypted archive filename
This commit is contained in:
parent
840ecee084
commit
b32d6c69cb
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ static GlobalIBO *_globalIBO = 0;
|
|||
|
||||
#ifdef RGSS3
|
||||
#define GAME_ARCHIVE "Game.rgss3a"
|
||||
#elif RGSS2
|
||||
#define GAME_ARCHIVE "Game.rgss2a"
|
||||
#else
|
||||
#define GAME_ARCHIVE "Game.rgssad"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue