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