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
/
result.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
1
-0
/
+1
*
HLE/FS: Return the proper error codes on file Read/Write operations.
Subv
2016-03-20
1
-0
/
+1
*
HLE/FS: Corrected the error codes for CreateFile
Subv
2016-03-20
1
-1
/
+3
*
core: Use unrestricted union to hold storage of ResultVal value
Yuri Kunde Schlesner
2016-03-05
1
-42
/
+16
*
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
1
-4
/
+4
*
HLE/SVC: Implement UnmapMemoryBlock.
Subv
2016-01-14
1
-0
/
+1
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+1
*
result: Make comparison operators take references
Lioncash
2015-02-28
1
-2
/
+2
*
Convert a few C stdlib asserts to Citra's own asserts
archshift
2015-02-19
1
-6
/
+4
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
ResultVal: Fixed compilation when reassigning a ResultVal.
Subv
2015-02-10
1
-3
/
+3
*
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
1
-5
/
+0
*
Additions to ResultVal to make it more convenient to use.
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+25
*
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
2015-01-10
1
-2
/
+2
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-18
1
-0
/
+2
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-0
/
+400