Commit Graph

13 Commits (96f0e32f836b19edb3d14ce4f87a7aed1ac6a8e1)

Author SHA1 Message Date
Subv 96f0e32f83 HLE/FS: Return the proper error codes on file Read/Write operations.
These operations are limited by the open flags specified while opening the file.
9 years ago
Subv 09b0564c75 HLE/FS: Corrected the error codes for DeleteFile 9 years ago
Subv 381a5c053f HLE/FS: FS::CreateFile takes an u64 for the file size. 9 years ago
archshift 5dfd2dba70 Implement FS_User::GetFreeBytes 10 years ago
Lioncash a97d9613a7 ivfc_archive: Fix a printf specifier 10 years ago
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.
10 years ago
condut c385b7767d FS: Stream RomFS from file instead of loading all of it to memory 10 years ago
Emmanuel Gil Peyrot e5fcabdd69 Core: Cleanup file_sys includes. 10 years ago
Emmanuel Gil Peyrot 45c4781544 CitraQt: Cleanup includes. 10 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 10 years ago
Yuri Kunde Schlesner 3f1a3952d7 FS: Allow multiple instances of the same archive type to be open at once 10 years ago
Subv 22cfa55302 IVFCArchive: Use a critical log to notify of invalid operations. 10 years ago
Subv aade417b14 Archives: Reduced duplicate code in RomFS and SaveCheck.
Fixed a few warnings and cleaned up the code
10 years ago