70 Commits (5892fc1555d45a7e6382a07252d232019dd5978d)

Author SHA1 Message Date
Morph 5892fc1555 Add comment to clarify the nullptr check 6 years ago
Morph 2079bb4090 filesystem: Create subdirectories prior to creating a file 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
Lioncash f11b87ebf1 service: Resolve sign conversion errors 6 years ago
Lioncash 69f16ba50e hle/service: Replace global system instance calls with instance-based ones 6 years ago
Zach Hilman 19c466dfb1 bcat: Add FSC accessors for BCAT data 6 years ago
Zach Hilman f2073217a4 filesystem: Add getter for BCAT temporary directory 7 years ago
Zach Hilman 038bcec111 configure_debug: Move reporting option to logging 6 years ago
Zach Hilman a49169e819 filesystem: Add const qualification to various accessors 7 years ago
Zach Hilman c6ff4a6f4d yuzu: Port old usages of Filesystem namespace to FilesystemController 7 years ago
Zach Hilman 43af31836e filesystem: Pass Size Getter functions to IFileSystem for sizes 7 years ago
Zach Hilman 8abbc619a1 filesystem: Add FileSystemController to deglobalize FS services 7 years ago
Zach Hilman db2fdd0352 fsp-srv: Implement OutputAccessLogToSdCard 7 years ago
Lioncash c05c8a7a06 service/fsp_srv: Don't pass SaveDataDescriptor instances by value. 7 years ago
Lioncash 15e0c4c4ec filesystem: Use a std::string_view in OpenFile() 7 years ago
Zach Hilman 60f39060c6 core: Port current uses of RegisteredCache to ContentProvider 7 years ago
Zach Hilman 2e6b67a079 filesystem: Populate save data sizes from control data 7 years ago
Lioncash db4523f1ec filesystem: De-globalize registered_cache_union 7 years ago
Lioncash a7d9fe993a service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Zach Hilman c3becdbca7 filesystem: Clear registered union paths on factory creation 7 years ago
Lioncash b725d1fdf7 file_sys/errors: Extract FS-related error codes to file_sys/errors.h 7 years ago
Zach Hilman 8f183a47dd filesystem: Cache RegisteredCacheUnion instead of constructing on demand 7 years ago
Zach Hilman 9078bb9854 bis_factory: Add getter for mod dump root for a title ID 7 years ago
Zach Hilman df264d2ccb savedata_factory: Expose accessors for SaveDataSpace 7 years ago
Lioncash 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash 0149162dba filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 7 years ago
Zach Hilman 38c2ac95af romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 940a711caf filesystem: Add LayeredFS VFS directory getter 7 years ago
David Marcec cbc7ad8f6d Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision 7 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Zach Hilman c913136eb2 bktr: Fix bucket overlap error 7 years ago
Zach Hilman 9951f6d054 registration: Add RegisteredCacheUnion 7 years ago
Lioncash fda8f1da20 filesystem: Move dir retrieval after path checking in DeleteFile() 7 years ago
Lioncash f6f5c2e4d8 filesystem: Fix typo in log message 7 years ago
Zach Hilman ef3768f323 filesystem: Add CreateFactories methods to fs 7 years ago
Zach Hilman 410062031b filesystem: Add logging to registration getters 7 years ago
Lioncash 29ac15d1b8 vfs: Replace mode.h include with forward declarations where applicable 7 years ago
Lioncash 477eee3993 service/filesystem: Use forward declarations where applicable 7 years ago
Zach Hilman 27da7bc9da filesystem: Add support for loading of system archives 7 years ago
Zach Hilman c0257cf52f filesystem: Add Open and Register functions for BISFactory 7 years ago
Zach Hilman 4b471f0554 core: Port core to VfsFilesystem for file access 8 years ago
Zach Hilman b36dee364e filesystem: Remove unnecessary if conditions 8 years ago
Lioncash 208a457909 service/filesystem: Add fsp:ldr and fsp:pr services 8 years ago
Zach Hilman 59cb258409 VFS Regression and Accuracy Fixes (#776) 8 years ago
Lioncash 398444e676 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath() 8 years ago
Subv e5c916a27c Filesystem: Return EntryType::Directory for the root directory. 8 years ago
Lioncash 5da4c78c6a filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructor 8 years ago
Lioncash abbf038191 filesystem: Use std::string's empty() function instead of comparing against a literal 8 years ago
Lioncash 2cc0ef83cf filesystem: Remove pragma disabling global optimizations 8 years ago