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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+1
*
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
1
-0
/
+3
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-0
/
+1
*
filesystem: Add CreateFactories methods to fs
Zach Hilman
2018-08-23
1
-1
/
+5
*
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-21
1
-1
/
+1
*
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-21
1
-4
/
+14
*
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-19
1
-1
/
+3
*
filesystem: Add Open and Register functions for BISFactory
Zach Hilman
2018-08-12
1
-4
/
+4
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-09
1
-1
/
+1
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-9
/
+101
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
1
-31
/
+17
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-130
/
+3
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-3
/
+130
*
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
Subv
2018-03-20
1
-0
/
+1
*
FS: Make EnsureSaveData create the savedata folder when called for the first time.
Subv
2018-03-04
1
-0
/
+7
*
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-03-02
1
-0
/
+1
*
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
1
-3
/
+12
*
filesystem: Implement basic IStorage functionality.
David Marcec
2018-01-21
1
-0
/
+41