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
/
fsp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: add stubs for online web applet
Liam
2024-02-25
2
-9
/
+79
*
Merge pull request #13141 from liamwhite/swap
liamwhite
2024-02-23
2
-2
/
+2
|
\
|
*
fs: fix argument order
Liam
2024-02-23
2
-2
/
+2
*
|
fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter
Liam
2024-02-23
4
-2
/
+53
|
/
*
Merge pull request #13073 from FearlessTobi/fsp-srv-ipc
liamwhite
2024-02-23
10
-496
/
+500
|
\
|
*
Address review comments
FearlessTobi
2024-02-19
6
-17
/
+19
|
*
fs: Add and use fs_save_data_types.h
FearlessTobi
2024-02-19
3
-25
/
+25
|
*
fsp: Migrate remaining interfaces to cmif serialization
FearlessTobi
2024-02-19
6
-62
/
+48
|
*
fsp-srv: Migrate to use cmif serialization
FearlessTobi
2024-02-19
2
-263
/
+203
|
*
fsp: Move IMultiCommitManager to a seperate file
FearlessTobi
2024-02-19
3
-29
/
+58
|
*
fsp: Move ISaveDataInfoReader to a seperate file
FearlessTobi
2024-02-19
3
-165
/
+212
*
|
Address review comments pt. 2
FearlessTobi
2024-02-19
2
-28
/
+4
*
|
Address review comments
FearlessTobi
2024-02-19
2
-4
/
+5
*
|
fs: Refactor to use cmif serialization
FearlessTobi
2024-02-19
6
-295
/
+209
*
|
fs: Add FileSystemAccessor classes
FearlessTobi
2024-02-19
6
-125
/
+65
|
/
*
service: Add proper GetCacheStorageMax implementation to IApplicationFunctions
Leystryku
2024-02-18
1
-1
/
+1
*
fsp: Add FlushAccessLogOnSdCard stub
Leystryku
2024-02-18
2
-2
/
+10
*
service: fs: Skip non user id folders
Narr the Reg
2024-02-02
1
-0
/
+9
*
core: support offline web applet
Liam
2024-01-30
1
-13
/
+35
*
fs: Add path class
FearlessTobi
2024-01-25
2
-2
/
+5
*
fs/errors: Unify naming of result codes
FearlessTobi
2024-01-25
3
-8
/
+8
*
fs: Replace Mode enum by OpenMode enum
FearlessTobi
2024-01-25
5
-24
/
+28
*
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-25
4
-4
/
+4
*
fs: Move fsp_srv subclasses to separate files
FearlessTobi
2024-01-25
15
-0
/
+1556