RGSSAD: Add RGSS3 archive reader
Everything except the entry table parsing is the same as RGSS1.
This commit is contained in:
parent
6726493ee7
commit
2f831aea60
3 changed files with 168 additions and 42 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue