RGSSAD: Add RGSS3 archive reader

Everything except the entry table parsing is the same as RGSS1.
This commit is contained in:
Jonas Kulla 2014-07-24 00:43:04 +02:00
parent 6726493ee7
commit 2f831aea60
3 changed files with 168 additions and 42 deletions

View file

@ -340,6 +340,7 @@ FileSystem::FileSystem(const char *argv0,
PHYSFS_registerArchiver(&RGSS1_Archiver);
PHYSFS_registerArchiver(&RGSS2_Archiver);
PHYSFS_registerArchiver(&RGSS3_Archiver);
if (allowSymlinks)
PHYSFS_permitSymbolicLinks(1);