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
/
disk_filesystem.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
file-sys: Move logging macros over to the new fmt-capable ones
Lioncash
2018-04-25
1
-11
/
+10
*
Service/FS: implement IFileSystem::RenameFile
mailwl
2018-04-24
1
-3
/
+9
*
disk_filesystem: Remove redundant initializer in Disk_Directory's constructor
Lioncash
2018-04-20
1
-1
/
+1
*
fsp_srv: Implement DeleteFile.
bunnei
2018-04-15
1
-4
/
+8
*
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
1
-3
/
+10
*
FS: Implement DiskFileSystem's OpenDirectory interface.
Subv
2018-03-20
1
-2
/
+11
*
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
Subv
2018-03-20
1
-2
/
+4
*
FS: Updated the Directory Entry structure to match the Switch.
Subv
2018-03-20
1
-6
/
+42
*
FS: Support the file Append open mode.
Subv
2018-03-20
1
-2
/
+22
*
FS: Use the correct error code when trying to open files that don't exist.
Subv
2018-03-04
1
-4
/
+3
*
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-03-02
1
-0
/
+147