Commit Graph

9 Commits (a97d9613a77af2f4f4d213f8d72f336ebc516d33)

Author SHA1 Message Date
Lioncash a97d9613a7 ivfc_archive: Fix a printf specifier
Yuri Kunde Schlesner a1f08788d9 Archive: Correct a few incorrect types in function signatures
Buffer lengths should be size_t, and file offsets should be u64.
condut c385b7767d FS: Stream RomFS from file instead of loading all of it to memory
Emmanuel Gil Peyrot e5fcabdd69 Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot 45c4781544 CitraQt: Cleanup includes.
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h
Yuri Kunde Schlesner 3f1a3952d7 FS: Allow multiple instances of the same archive type to be open at once
Subv 22cfa55302 IVFCArchive: Use a critical log to notify of invalid operations.
Subv aade417b14 Archives: Reduced duplicate code in RomFS and SaveCheck.
Fixed a few warnings and cleaned up the code