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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-19
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
1
-110
/
+0
2018-07-08
Revert "Virtual Filesystem (#597)"
bunnei
1
-0
/
+110
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
1
-110
/
+0
2018-07-03
Update clang format
James Rowe
1
-7
/
+5
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-13
/
+13
2018-04-25
file-sys: Move logging macros over to the new fmt-capable ones
Lioncash
1
-20
/
+18
2018-04-24
Service/FS: implement IFileSystem::RenameFile
mailwl
1
-1
/
+2
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-02
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
1
-3
/
+9
2018-01-21
file_sys: Clang format fixes.
bunnei
1
-1
/
+2
2018-01-21
file_sys: Cleanup to better match Switch file system constructs.
bunnei
1
-20
/
+20
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
-37
/
+32
2017-11-01
hle: Use Switch formatted result codes.
bunnei
1
-6
/
+4
2016-11-01
FileSys: make Archive interfaces return error code
wwylele
1
-13
/
+18
2016-10-02
fs: implement DeleteDirectoryRecursively
wwylele
1
-0
/
+6
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-3
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-12
/
+22
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
1
-3
/
+2
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
-4
/
+5
2016-03-20
HLE/FS: Corrected the error codes for DeleteFile
Subv
1
-2
/
+4
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
/
+5
2015-09-30
ivfc_archive: Fix a printf specifier
Lioncash
1
-1
/
+1
2015-07-14
Archive: Correct a few incorrect types in function signatures
Yuri Kunde Schlesner
1
-5
/
+5
2015-07-14
FS: Stream RomFS from file instead of loading all of it to memory
condut
1
-7
/
+6
2015-06-28
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
1
-1
/
+0
2015-06-28
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
1
-0
/
+1
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-0
/
+1
2015-02-10
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
1
-12
/
+10
2015-01-03
IVFCArchive: Use a critical log to notify of invalid operations.
Subv
1
-9
/
+9
2015-01-03
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
1
-0
/
+88