summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2018-07-11Merge pull request #559 from Subv/mount_savedatabunnei
2018-07-08savedata_factory: Always create a save directory for games.bunnei
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv
2018-06-18Services/FS: Return the correct error code when trying to mount a nonexistent...Subv
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-25file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()Lioncash
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl
2018-04-19disk_filesystem: Remove unused total_entries_in_directory member from Disk_Di...Lioncash
2018-04-19disk_filesystem: Remove redundant initializer in Disk_Directory's constructorLioncash
2018-04-19disk_filesystem: Make constructors explicit where applicableLioncash
2018-04-17file_sys: Use NGLOGshinyquagsire23
2018-04-16file_sys: tweaksshinyquagsire23
2018-04-16file_sys: Add HFS/PFS helper componentshinyquagsire23
2018-04-15fsp_srv: Implement DeleteFile.bunnei
2018-03-31fsp_srv: Implement GetSize and SetSize.bunnei
2018-03-23FS: Move the file open mode calculation to a separate function.Subv
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv
2018-03-19FS: Implement DiskFileSystem's OpenDirectory interface.Subv
2018-03-19FS: Implement DiskFileSystem::GetEntryType for existing files/directories.Subv
2018-03-19FS: Updated the Directory Entry structure to match the Switch.Subv
2018-03-19FS: Support the file Append open mode.Subv
2018-03-19FS: Added an SDMC archive factory and registered it to the SDMC archive on st...Subv
2018-03-14core: Move process creation out of global state.bunnei
2018-03-04FS: Use the correct error code when trying to open files that don't exist.Subv
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first ...Subv
2018-03-01SaveData: Use the current titleid when opening the savedata archive.Subv
2018-03-01Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv
2018-02-25file_sys: Style tweaksshinyquagsire23
2018-02-25file_sys: Add support for parsing NPDM filesshinyquagsire23
2018-01-21file_sys: Clang format fixes.bunnei
2018-01-21file_sys: Cleanup to better match Switch file system constructs.bunnei
2018-01-21file_sys: Remove disk_archive, savedata_archive, and title_metadata.bunnei
2018-01-21archive_backend: Minor changes to match Switch IFileSystem.bunnei
2018-01-21file_sys: Repurpose 3DS IVFC code for Switch ROMFS.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-17Update title_metadata.hN00byKing
2018-01-12core: Gut out cryptop, since it doesn't compile with C++17.bunnei
2017-10-31hle: Use Switch formatted result codes.bunnei
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-01file_sys, loader: add support for reading TMDs to determine app pathsshinyquagsire23
2017-10-01file_sys: add class for Title Metadata (TMD)shinyquagsire23
2017-10-01file_sys/ncch_container: add RomFS, ExeFS override to allow for backward comp...shinyquagsire23