SharedState: Add RGSS2 default encrypted archive filename

This commit is contained in:
Jonas Kulla 2014-08-16 04:06:52 +02:00
parent 840ecee084
commit b32d6c69cb
1 changed files with 2 additions and 0 deletions

View File

@ -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