summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* GSP: Return proper error codes for register writespurpasmart962016-03-311-0/+1
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-0/+1
* HLE/FS: Return the proper error codes on file Read/Write operations.Subv2016-03-201-0/+1
* HLE/FS: Corrected the error codes for CreateFileSubv2016-03-201-1/+3
* core: Use unrestricted union to hold storage of ResultVal valueYuri Kunde Schlesner2016-03-051-42/+16
* BitField: Make trivially copyable and remove assignment operatorMerryMage2016-02-121-4/+4
* HLE/SVC: Implement UnmapMemoryBlock.Subv2016-01-141-0/+1
* Common: Cleanup key_map includes.Emmanuel Gil Peyrot2015-06-281-1/+1
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+1
* result: Make comparison operators take referencesLioncash2015-02-281-2/+2
* Convert a few C stdlib asserts to Citra's own assertsarchshift2015-02-191-6/+4
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+1
* ResultVal: Fixed compilation when reassigning a ResultVal.Subv2015-02-101-3/+3
* Remove result.h InvalidHandleYuri Kunde Schlesner2015-01-301-5/+0
* Additions to ResultVal to make it more convenient to use.Yuri Kunde Schlesner2015-01-301-1/+25
* Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift2015-01-101-2/+2
* License changepurpasmart962014-12-211-1/+1
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-0/+2
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-0/+400