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
/
hle
/
service
/
filesystem
/
filesystem.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #720 from Subv/getentrytype_root
Sebastian Valle
2018-07-19
1
-0
/
+4
|
\
|
*
Filesystem: Return EntryType::Directory for the root directory.
Subv
2018-07-19
1
-0
/
+4
*
|
filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructor
Lioncash
2018-07-19
1
-1
/
+3
*
|
filesystem: Use std::string's empty() function instead of comparing against a literal
Lioncash
2018-07-19
1
-1
/
+1
*
|
filesystem: Remove pragma disabling global optimizations
Lioncash
2018-07-19
1
-2
/
+0
|
/
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-10
/
+199
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
1
-28
/
+49
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-208
/
+17
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-17
/
+208
*
Update clang format
James Rowe
2018-07-03
1
-2
/
+2
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-3
/
+3
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
filesystem: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-4
/
+4
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
Subv
2018-03-20
1
-0
/
+5
*
FS: Make EnsureSaveData create the savedata folder when called for the first time.
Subv
2018-03-04
1
-0
/
+13
*
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-03-02
1
-2
/
+9
*
filesystem: Implement basic IStorage functionality.
David Marcec
2018-01-21
1
-0
/
+54