index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
disk_filesystem: Remove unused total_entries_in_directory member from Disk_Di...
Lioncash
2018-04-19
1
-1
/
+0
*
disk_filesystem: Remove redundant initializer in Disk_Directory's constructor
Lioncash
2018-04-19
1
-1
/
+1
*
disk_filesystem: Make constructors explicit where applicable
Lioncash
2018-04-19
1
-2
/
+2
*
file_sys: Use NGLOG
shinyquagsire23
2018-04-17
1
-5
/
+5
*
file_sys: tweaks
shinyquagsire23
2018-04-16
2
-6
/
+7
*
file_sys: Add HFS/PFS helper component
shinyquagsire23
2018-04-16
2
-0
/
+211
*
fsp_srv: Implement DeleteFile.
bunnei
2018-04-15
5
-8
/
+12
*
fsp_srv: Implement GetSize and SetSize.
bunnei
2018-03-31
1
-2
/
+3
*
FS: Move the file open mode calculation to a separate function.
Subv
2018-03-23
1
-7
/
+14
*
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
5
-7
/
+14
*
FS: Implement DiskFileSystem's OpenDirectory interface.
Subv
2018-03-19
5
-6
/
+19
*
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
Subv
2018-03-19
1
-2
/
+4
*
FS: Updated the Directory Entry structure to match the Switch.
Subv
2018-03-19
5
-30
/
+84
*
FS: Support the file Append open mode.
Subv
2018-03-19
2
-2
/
+23
*
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv
2018-03-19
2
-0
/
+71
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-1
/
+2
*
FS: Use the correct error code when trying to open files that don't exist.
Subv
2018-03-04
2
-26
/
+6
*
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-03-04
5
-15
/
+30
*
SaveData: Use the current titleid when opening the savedata archive.
Subv
2018-03-01
1
-2
/
+3
*
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-03-01
7
-14
/
+315
*
file_sys: Style tweaks
shinyquagsire23
2018-02-25
2
-11
/
+5
*
file_sys: Add support for parsing NPDM files
shinyquagsire23
2018-02-25
2
-0
/
+274
*
file_sys: Clang format fixes.
bunnei
2018-01-21
3
-4
/
+4
*
file_sys: Cleanup to better match Switch file system constructs.
bunnei
2018-01-21
9
-57
/
+128
*
file_sys: Remove disk_archive, savedata_archive, and title_metadata.
bunnei
2018-01-21
6
-829
/
+0
*
archive_backend: Minor changes to match Switch IFileSystem.
bunnei
2018-01-21
5
-26
/
+26
*
file_sys: Repurpose 3DS IVFC code for Switch ROMFS.
bunnei
2018-01-21
2
-49
/
+41
*
Format: Run the new clang format on everything
James Rowe
2018-01-20
1
-1
/
+1
*
Update title_metadata.h
N00byKing
2018-01-17
1
-0
/
+1
*
core: Gut out cryptop, since it doesn't compile with C++17.
bunnei
2018-01-12
1
-50
/
+1
*
hle: Use Switch formatted result codes.
bunnei
2017-10-31
3
-74
/
+24
*
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-10-15
2
-697
/
+0
*
Remove lots more 3DS-specific code.
bunnei
2017-10-12
18
-1935
/
+0
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
10
-22
/
+1198
|
\
|
*
file_sys, loader: add support for reading TMDs to determine app paths
shinyquagsire23
2017-10-01
1
-2
/
+13
|
*
file_sys: add class for Title Metadata (TMD)
shinyquagsire23
2017-10-01
2
-0
/
+337
|
*
file_sys/ncch_container: add RomFS, ExeFS override to allow for backward comp...
shinyquagsire23
2017-10-01
2
-69
/
+206
|
*
file_sys/archive_ncch: use NCCHContainer instead of loading .romfs files
shinyquagsire23
2017-10-01
1
-6
/
+12
|
*
HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...
Subv
2017-09-25
2
-13
/
+39
|
*
Loader/NCCH: Add support for loading application updates (#2927)
Max Thomas
2017-09-25
4
-5
/
+587
|
*
Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...
Subv
2017-08-21
1
-0
/
+2
|
*
Handle invalid filenames when renaming files/directories
James
2017-07-31
2
-4
/
+78
*
|
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
1
-3
/
+6
|
/
*
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-02
1
-6
/
+6
*
Switched to the ERROR_NOT_FOUND constant from errors.h.
TheKoopaKingdom
2017-06-02
1
-2
/
+2
*
Moved whitelist checks from FS_User to the Archive_NCCH handler.
TheKoopaKingdom
2017-06-02
1
-1
/
+35
*
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
1
-1
/
+2
*
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-24
5
-61
/
+96
*
file_sys: lower log level for setting host path
wwylele
2017-03-08
4
-4
/
+4
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-26
1
-1
/
+1
[next]