index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
result.h
Age
Commit message (
Expand
)
Author
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-27
DSP_DSP: Add return IPC headers
MerryMage
2016-03-30
GSP: Return proper error codes for register writes
purpasmart96
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
HLE/FS: Return the proper error codes on file Read/Write operations.
Subv
2016-03-20
HLE/FS: Corrected the error codes for CreateFile
Subv
2016-03-05
core: Use unrestricted union to hold storage of ResultVal value
Yuri Kunde Schlesner
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-01-14
HLE/SVC: Implement UnmapMemoryBlock.
Subv
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-02-27
result: Make comparison operators take references
Lioncash
2015-02-18
Convert a few C stdlib asserts to Citra's own asserts
archshift
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
ResultVal: Fixed compilation when reassigning a ResultVal.
Subv
2015-01-30
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
Additions to ResultVal to make it more convenient to use.
Yuri Kunde Schlesner
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2014-12-20
License change
purpasmart96
2014-12-17
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner