index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
Age
Commit message (
Expand
)
Author
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-25
file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()
Lioncash
2018-04-25
file-sys: Move logging macros over to the new fmt-capable ones
Lioncash
2018-04-24
Service/FS: implement IFileSystem::RenameFile
mailwl
2018-04-19
disk_filesystem: Remove unused total_entries_in_directory member from Disk_Di...
Lioncash
2018-04-19
disk_filesystem: Remove redundant initializer in Disk_Directory's constructor
Lioncash
2018-04-19
disk_filesystem: Make constructors explicit where applicable
Lioncash
2018-04-17
file_sys: Use NGLOG
shinyquagsire23
2018-04-16
file_sys: tweaks
shinyquagsire23
2018-04-16
file_sys: Add HFS/PFS helper component
shinyquagsire23
2018-04-15
fsp_srv: Implement DeleteFile.
bunnei
2018-03-31
fsp_srv: Implement GetSize and SetSize.
bunnei
2018-03-23
FS: Move the file open mode calculation to a separate function.
Subv
2018-03-21
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-19
FS: Implement DiskFileSystem's OpenDirectory interface.
Subv
2018-03-19
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
Subv
2018-03-19
FS: Updated the Directory Entry structure to match the Switch.
Subv
2018-03-19
FS: Support the file Append open mode.
Subv
2018-03-19
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv
2018-03-14
core: Move process creation out of global state.
bunnei
2018-03-04
FS: Use the correct error code when trying to open files that don't exist.
Subv
2018-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-03-01
SaveData: Use the current titleid when opening the savedata archive.
Subv
2018-03-01
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-02-25
file_sys: Style tweaks
shinyquagsire23
2018-02-25
file_sys: Add support for parsing NPDM files
shinyquagsire23
2018-01-21
file_sys: Clang format fixes.
bunnei
2018-01-21
file_sys: Cleanup to better match Switch file system constructs.
bunnei
2018-01-21
file_sys: Remove disk_archive, savedata_archive, and title_metadata.
bunnei
2018-01-21
archive_backend: Minor changes to match Switch IFileSystem.
bunnei
2018-01-21
file_sys: Repurpose 3DS IVFC code for Switch ROMFS.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-17
Update title_metadata.h
N00byKing
2018-01-12
core: Gut out cryptop, since it doesn't compile with C++17.
bunnei
2017-10-31
hle: Use Switch formatted result codes.
bunnei
2017-10-15
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-01
file_sys, loader: add support for reading TMDs to determine app paths
shinyquagsire23
2017-10-01
file_sys: add class for Title Metadata (TMD)
shinyquagsire23
2017-10-01
file_sys/ncch_container: add RomFS, ExeFS override to allow for backward comp...
shinyquagsire23
2017-10-01
file_sys/archive_ncch: use NCCHContainer instead of loading .romfs files
shinyquagsire23
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
2017-09-25
HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...
Subv
2017-09-25
Loader/NCCH: Add support for loading application updates (#2927)
Max Thomas
2017-08-21
Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...
Subv
2017-07-31
Handle invalid filenames when renaming files/directories
James
2017-06-02
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-02
Switched to the ERROR_NOT_FOUND constant from errors.h.
TheKoopaKingdom
2017-06-02
Moved whitelist checks from FS_User to the Archive_NCCH handler.
TheKoopaKingdom
[next]