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

@ -11,7 +11,8 @@ extern "C" {
enum GSLogLevel {
GSLogInfo = 0,
GSLogWarn,
GSLogError
GSLogError,
GSLogDebug
};
GSDECL void GSLog(int level, const char* fmt, ...);