index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
disk_filesystem.cpp
Age
Commit message (
Expand
)
Author
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-14
FileSys: Append the requested path to the filesystem base path in DeleteFile.
Subv
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Rename logging macro back to LOG_*
James Rowe
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 redundant initializer in Disk_Directory's constructor
Lioncash
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-04
FS: Use the correct error code when trying to open files that don't exist.
Subv
2018-03-01
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv