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
*
Merge pull request #376 from Subv/arc_reorder
bunnei
2015-01-06
7
-16
/
+50
|
\
|
*
Archives/Exdata: Don't set concrete_mount_point in the ctor
Subv
2015-01-06
1
-1
/
+1
|
*
Archives: Addressed some comments
Subv
2015-01-06
4
-13
/
+13
|
*
SaveDataCheck: Fixed a typo
Subv
2015-01-05
1
-1
/
+1
|
*
Archives: Make SYSTEM_ID and SDCARD_ID strings
Subv
2015-01-04
4
-5
/
+7
|
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-03
6
-12
/
+44
|
*
SaveDataCheck: Move the files to nand/title
Subv
2015-01-03
1
-1
/
+2
|
*
Archives: Change the folder layout of some archives.
Subv
2015-01-02
1
-2
/
+1
*
|
FileSys: Fix crash bug in DiskFile exposed by #400
Yuri Kunde Schlesner
2015-01-03
1
-4
/
+0
*
|
FileSys: Fix a few memory leaks
Yuri Kunde Schlesner
2015-01-03
2
-6
/
+7
|
/
*
IVFCArchive: Use a critical log to notify of invalid operations.
Subv
2015-01-02
1
-9
/
+9
*
SaveDataCheck: Remove unneeded constructor from a class
Subv
2015-01-02
1
-2
/
+0
*
Archives: Added some documentation to IVFCArchive
Subv
2015-01-02
1
-0
/
+5
*
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-02
11
-333
/
+229
*
SaveDataCheck: Preliminary work in this archive.
Subv
2015-01-02
2
-4
/
+28
*
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-29
8
-15
/
+168
*
FileSys: Clean up according to the coding style, and remove redundant namespa...
Emmanuel Gil Peyrot
2014-12-24
9
-169
/
+97
*
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-21
1
-0
/
+1
*
Style: Addressed some comments
Subv
2014-12-21
1
-2
/
+7
*
CFG: Refactored how the config file works.
Subv
2014-12-21
1
-1
/
+1
*
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
2014-12-21
3
-3
/
+9
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
17
-17
/
+17
|
\
|
*
License change
purpasmart96
2014-12-20
17
-17
/
+17
*
|
Merge pull request #271 from archshift/createf
bunnei
2014-12-21
5
-0
/
+44
|
\
\
|
*
|
Added CreateFile to the FS_USER service
archshift
2014-12-21
5
-0
/
+44
*
|
|
Merge pull request #315 from chinhodado/master
bunnei
2014-12-20
1
-1
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Clean up some warnings
Chin
2014-12-20
1
-1
/
+10
|
|
/
*
/
Common: Add a clone of std::make_unique
Yuri Kunde Schlesner
2014-12-20
1
-2
/
+3
|
/
*
SystemSaveData: Added a TODO to move it to the NAND.
Subv
2014-12-18
1
-1
/
+3
*
SaveData: Implemented the SystemSaveData archive.
Subv
2014-12-17
3
-2
/
+65
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-17
12
-473
/
+344
*
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
2014-12-16
7
-190
/
+21
*
Service.FS: Rename FileSys::File to FileBackend
Yuri Kunde Schlesner
2014-12-16
8
-15
/
+15
*
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
2014-12-16
8
-15
/
+15
*
Service.FS: Rename FileSys::Archive to ArchiveBackend
Yuri Kunde Schlesner
2014-12-16
3
-6
/
+6
*
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
2014-12-16
3
-25
/
+4
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
5
-24
/
+28
*
Merge pull request #264 from Subv/files
bunnei
2014-12-08
1
-3
/
+6
|
\
|
*
Kernel/File: Fixed file read/write hwtests
Subv
2014-12-08
1
-3
/
+6
*
|
Make OpenDirectory fail if the directory doesn't exist
archshift
2014-12-07
6
-3
/
+35
|
/
*
Merge pull request #222 from archshift/renamexyz
bunnei
2014-12-04
5
-0
/
+66
|
\
|
*
Updated archive.cpp functions for proper error handling
archshift
2014-12-03
2
-24
/
+0
|
*
Implemented RenameDirectory in FS:USER
archshift
2014-11-24
5
-0
/
+45
|
*
Implemented RenameFile in FS:USER
archshift
2014-11-24
5
-0
/
+45
*
|
Fixed formatting and switch statement warnings
vaguilar
2014-11-27
2
-1
/
+3
|
/
*
Merge pull request #191 from archshift/deletexyz
bunnei
2014-11-23
5
-0
/
+80
|
\
|
*
Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.
archshift
2014-11-23
5
-0
/
+80
*
|
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-19
2
-2
/
+2
*
|
Merge pull request #209 from lioncash/warn
Tony Wasserka
2014-11-18
1
-1
/
+1
|
\
\
|
*
|
directory_sdmc: Fix a signed/unsigned mismatch comparison
Lioncash
2014-11-18
1
-1
/
+1
|
|
/
[next]