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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
oops
N00byKing
2018-03-19
1
-3
/
+3
*
Clean Warnings (?)
N00byKing
2018-03-19
1
-3
/
+3
*
FS: Stubbed CreateSaveData. It currently does nothing.
Subv
2018-03-04
2
-0
/
+15
*
FS: Make EnsureSaveData create the savedata folder when called for the first time.
Subv
2018-03-04
2
-0
/
+20
*
FS: Implement MountSaveData and some of the IFile interface.
Subv
2018-03-02
2
-0
/
+189
*
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-03-02
2
-2
/
+10
*
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-14
1
-3
/
+1
*
fsp_srv: Stub MountSdCard.
bunnei
2018-02-10
2
-0
/
+9
*
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-07
1
-0
/
+1
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-9
/
+9
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
1
-2
/
+2
*
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
3
-48
/
+72
*
filesystem: Implement basic IStorage functionality.
David Marcec
2018-01-21
4
-0
/
+252