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
/
directory.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
file_sys/directory: Remove unused DirectoryBackend class
Lioncash
2019-01-18
1
-23
/
+0
*
file_sys/directory: Amend path buffer size for directory entries
Lioncash
2018-12-03
1
-2
/
+2
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
fsp_srv: Use std::string_view's copy() function instead of strncpy()
Lioncash
2018-08-09
1
-3
/
+9
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-1
/
+5
*
FS: Updated the Directory Entry structure to match the Switch.
Subv
2018-03-20
1
-20
/
+17
*
file_sys: Cleanup to better match Switch file system constructs.
bunnei
2018-01-21
1
-0
/
+58
*
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
2014-12-16
1
-65
/
+0
*
Make OpenDirectory fail if the directory doesn't exist
archshift
2014-12-07
1
-0
/
+6
*
Common: Add a helper function to generate a 8.3 filename from a long one.
Emmanuel Gil Peyrot
2014-10-06
1
-2
/
+2
*
FileSys: Add static asserts for the Directory struct, and fix its fields position.
Emmanuel Gil Peyrot
2014-10-06
1
-2
/
+8
*
Core: Add a Directory object, with both a stub and a passthrough implementations.
Emmanuel Gil Peyrot
2014-09-17
1
-0
/
+53