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
/
errors.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-9
/
+9
*
service: filesystem: Return proper error codes for CreateFile
Morph
2021-05-01
1
-0
/
+1
*
set_sys: Use official nintendo version string
Zach Hilman
2019-03-11
1
-0
/
+3
*
file_sys/errors: Remove currently unused filesystem error codes
Lioncash
2018-11-16
1
-10
/
+0
*
file_sys/errors: Get rid of the ErrCodes namespace
Lioncash
2018-11-16
1
-17
/
+5
*
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
2018-11-16
1
-1
/
+8
*
file_sys/errors: Remove redundant object constructor calls
Lioncash
2018-07-21
1
-8
/
+8
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-1
/
+1
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
1
-0
/
+2
*
Services/FS: Return the correct error code when trying to mount a nonexistent savedata.
Subv
2018-06-19
1
-0
/
+1
*
FS: Use the correct error code when trying to open files that don't exist.
Subv
2018-03-04
1
-22
/
+3
*
hle: Use Switch formatted result codes.
bunnei
2017-11-01
1
-56
/
+10
*
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-25
1
-43
/
+84
*
file_sys: add Self NCCH archive
wwylele
2017-02-13
1
-0
/
+10
*
FileSys: Implement OtherSaveData
wwylele
2016-11-29
1
-0
/
+3
*
FileSys: add SDMCWriteOnlyArchive
wwylele
2016-11-19
1
-0
/
+2
*
FileSys: add SDMCArchive
wwylele
2016-11-19
1
-0
/
+9
*
FileSys: add SaveDataArchive
wwylele
2016-11-19
1
-0
/
+29