index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
romfs_filesystem.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-19
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
1
-85
/
+0
2018-07-08
Revert "Virtual Filesystem (#597)"
bunnei
1
-0
/
+85
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
1
-85
/
+0
2018-04-24
Service/FS: implement IFileSystem::RenameFile
mailwl
1
-1
/
+1
2018-04-15
fsp_srv: Implement DeleteFile.
bunnei
1
-1
/
+1
2018-03-21
FS: Implemented IFileSystem::CreateDirectory.
Subv
1
-1
/
+1
2018-03-20
FS: Implement DiskFileSystem's OpenDirectory interface.
Subv
1
-1
/
+2
2018-03-20
FS: Updated the Directory Entry structure to match the Switch.
Subv
1
-1
/
+4
2018-03-02
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
1
-3
/
+4
2018-01-21
file_sys: Cleanup to better match Switch file system constructs.
bunnei
1
-9
/
+9
2018-01-21
archive_backend: Minor changes to match Switch IFileSystem.
bunnei
1
-1
/
+1
2018-01-21
file_sys: Repurpose 3DS IVFC code for Switch ROMFS.
bunnei
1
-12
/
+9
2016-11-19
FileSys: remove Open from FileBackend
wwylele
1
-3
/
+0
2016-11-19
FileSys: remove Open from DirectoryBackend
wwylele
1
-3
/
+0
2016-11-01
FileSys: make Archive interfaces return error code
wwylele
1
-7
/
+7
2016-10-02
fs: implement DeleteDirectoryRecursively
wwylele
1
-0
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-2
/
+0
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-6
/
+3
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-9
/
+23
2016-03-20
HLE/FS: Return the proper error codes when opening files.
Subv
1
-2
/
+2
2016-03-20
HLE/FS: Return the proper error codes on file Read/Write operations.
Subv
1
-2
/
+2
2016-03-20
HLE/FS: Corrected the error codes for DeleteFile
Subv
1
-1
/
+1
2016-03-20
HLE/FS: FS::CreateFile takes an u64 for the file size.
Subv
1
-1
/
+1
2015-10-28
Implement FS_User::GetFreeBytes
archshift
1
-0
/
+1
2015-07-14
Archive: Correct a few incorrect types in function signatures
Yuri Kunde Schlesner
1
-4
/
+4
2015-07-14
FS: Stream RomFS from file instead of loading all of it to memory
condut
1
-4
/
+11
2015-06-28
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
1
-1
/
+3
2015-05-07
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
1
-0
/
+2
2015-02-10
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
1
-6
/
+7
2015-01-03
SaveDataCheck: Remove unneeded constructor from a class
Subv
1
-2
/
+0
2015-01-03
Archives: Added some documentation to IVFCArchive
Subv
1
-0
/
+5
2015-01-03
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
1
-0
/
+63