update pak format

This commit is contained in:
Nishi 2026-01-12 11:48:26 +09:00
commit 32919ca13d
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 324 additions and 73 deletions

View file

@ -12,6 +12,7 @@ extern "C" {
GSDECL GSFile GSFileOpen(GSEngine engine, const char* path);
GSDECL int GSFileRead(GSFile file, void* out, int size);
GSDECL void GSFileSeek(GSFile file, int pos);
GSDECL void GSFileSeekFromCurrent(GSFile file, int pos);
GSDECL unsigned int GSFileSize(GSFile file);
GSDECL void GSFileClose(GSFile file);