80 Commits (b87cc8b17ec32fec4456a157cf7ee467966c9abe)

Author SHA1 Message Date
Morph 419996f5db fsp_srv: Implement OpenDataStorageWithProgramIndex 5 years ago
Lioncash 8f135703dc core: Remove unnecessary enum casts in log calls 5 years ago
Lioncash acf893542a savedata_factory: Eliminate usage of the global system instance 5 years ago
Lioncash 346271b80b service: Eliminate usages of the global system instance 5 years ago
Lioncash b4b63c878f patch_manager: Remove usages of the global system instance 5 years ago
Morph 585838ca42 filesystem: Fix CreateDirectory and DeleteFile 5 years ago
Lioncash e45b727db5 file_sys/bis_factory: Eliminate usage of the global system accessor 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Morph 06adef078c fs: Rename SaveDataDescriptor to SaveDataAttribute 5 years ago
Morph 6bba209bba Add comment to clarify the nullptr check 6 years ago
Morph 7f908ceb00 filesystem: Create subdirectories prior to creating a file 6 years ago
Lioncash 02e095313a CMakeLists: Specify -Wextra on linux builds 6 years ago
Lioncash 20d6637c03 service: Resolve sign conversion errors 6 years ago
Lioncash e4e4af80e8 hle/service: Replace global system instance calls with instance-based ones 6 years ago
Zach Hilman d4de82fcdb bcat: Add FSC accessors for BCAT data 6 years ago
Zach Hilman 010cc6e4f4 filesystem: Add getter for BCAT temporary directory 7 years ago
Zach Hilman 04078a2139 configure_debug: Move reporting option to logging 6 years ago
Zach Hilman 541bf1b996 filesystem: Add const qualification to various accessors 7 years ago
Zach Hilman c3ad37b707 yuzu: Port old usages of Filesystem namespace to FilesystemController 7 years ago
Zach Hilman 94ddc2ebdb filesystem: Pass Size Getter functions to IFileSystem for sizes 7 years ago
Zach Hilman 49440d51b1 filesystem: Add FileSystemController to deglobalize FS services 7 years ago
Zach Hilman 512a47c184 fsp-srv: Implement OutputAccessLogToSdCard 7 years ago
Lioncash 7d93ed3f70 service/fsp_srv: Don't pass SaveDataDescriptor instances by value. 7 years ago
Lioncash f1694034e8 filesystem: Use a std::string_view in OpenFile() 7 years ago
Zach Hilman 3f62d06b38 core: Port current uses of RegisteredCache to ContentProvider 7 years ago
Zach Hilman 346c6291df filesystem: Populate save data sizes from control data 7 years ago
Lioncash de9051633c filesystem: De-globalize registered_cache_union 7 years ago
Lioncash 9c56be6af9 service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Zach Hilman 51e18706a9 filesystem: Clear registered union paths on factory creation 7 years ago
Lioncash 55f9f05772 file_sys/errors: Extract FS-related error codes to file_sys/errors.h 7 years ago
Zach Hilman d5eb8652be filesystem: Cache RegisteredCacheUnion instead of constructing on demand 7 years ago
Zach Hilman 2775303246 bis_factory: Add getter for mod dump root for a title ID 7 years ago
Zach Hilman 1f01627bbc savedata_factory: Expose accessors for SaveDataSpace 7 years ago
Lioncash 92495f4f70 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash c4f04533d9 filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 7 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 80c76da1e1 filesystem: Add LayeredFS VFS directory getter 7 years ago
David Marcec d24d803e6a Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision 7 years ago
Lioncash 8a9b062587 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Zach Hilman 46eb9ec6ba bktr: Fix bucket overlap error 7 years ago
Zach Hilman 6e6f8cf474 registration: Add RegisteredCacheUnion 7 years ago
Lioncash 92e7a2f7ff filesystem: Move dir retrieval after path checking in DeleteFile() 7 years ago
Lioncash 7ef364366f filesystem: Fix typo in log message 7 years ago
Zach Hilman b8f5034fe1 filesystem: Add CreateFactories methods to fs 7 years ago
Zach Hilman af6c9bb950 filesystem: Add logging to registration getters 7 years ago
Lioncash e1124b6510 vfs: Replace mode.h include with forward declarations where applicable 7 years ago
Lioncash 1d77a31e1d service/filesystem: Use forward declarations where applicable 7 years ago
Zach Hilman 350941e45e filesystem: Add support for loading of system archives 7 years ago
Zach Hilman e891974118 filesystem: Add Open and Register functions for BISFactory 7 years ago
Zach Hilman 4cbef33915 core: Port core to VfsFilesystem for file access 8 years ago