mods: add missing patch

Co-authored-by: mjkzy <mjkzyalt@gmail.com>
This commit is contained in:
2025-06-20 11:01:01 +02:00
parent c99fb7c6a0
commit 189cca6a80
2 changed files with 3 additions and 32 deletions

View File

@ -169,6 +169,9 @@ namespace fastfiles
// Fix compressor type on streamed file load
db_read_stream_file_hook.create(0x14027AA70, db_read_stream_file_stub);
// Allow loading of unsigned fastfiles
utils::hook::nop(0x1402427A5, 2); // DB_InflateInit
}
}
};