summaryrefslogtreecommitdiff
path: root/src/core/hle/result.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add & correct some error modulesGravatar greggameplayer2018-05-231-2/+8
* Add and correct some Error Modules (#444)Gravatar greggameplayer2018-05-191-6/+40
* result: Check against self-assignment in ResultVal's copy assignment operatorGravatar Lioncash2018-03-281-0/+3
* ResultCode: Mark any error code that isn't 0 as an error.Gravatar Subv2018-02-271-2/+2
* fsp_srv: Various improvements to IStorage:Read implementation.Gravatar bunnei2018-01-211-0/+2
* hle: Use Switch formatted result codes.Gravatar bunnei2017-10-311-181/+59
* ResultVal: Remove MoveFrom()Gravatar Yuri Kunde Schlesner2017-06-181-4/+0
* ResultVal: Add an rvalue overload of Unwrap()Gravatar Yuri Kunde Schlesner2017-06-181-1/+6
* ResultVal: Add more convenience utils for creating and cascading resultsGravatar Yuri Kunde Schlesner2017-06-061-0/+19
* Kernel: Centralize error definitions in errors.hGravatar Yuri Kunde Schlesner2017-05-241-6/+0
* GSP_GPU: Move error codes from result.h to local fileGravatar Yuri Kunde Schlesner2017-05-241-3/+0
* FileSys: Move all result description to errors.hGravatar Yuri Kunde Schlesner2017-05-241-21/+0
* result: Make error description a generic integerGravatar Yuri Kunde Schlesner2017-05-241-3/+14
* Make BitField and ResultCode constexpr-initializableGravatar Yuri Kunde Schlesner2017-05-241-18/+15
* Kernel: Use a Session object to keep track of the status of a Client/Server s...Gravatar Subv2017-05-151-0/+1
* file_sys: add Self NCCH archiveGravatar wwylele2017-02-131-0/+4
* Merge pull request #2249 from Subv/sessions_v3Gravatar Yuri Kunde Schlesner2016-12-141-0/+1
|\
| * Return an error code when connecting to a saturated port.Gravatar Subv2016-12-051-0/+1
* | FileSys: Implement OtherSaveDataGravatar wwylele2016-11-291-0/+1
|/
* FileSys: add SDMCWriteOnlyArchiveGravatar wwylele2016-11-191-0/+1
* FileSys: add ExtSaveDataArchiveGravatar wwylele2016-11-191-0/+1
* FileSys: add SaveDataArchiveGravatar wwylele2016-11-191-0/+7
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-40/+60
* Fix the errorcode of archive handleGravatar JamePeng2016-07-051-0/+1
* Result: fix and update ErrorModuleGravatar wwylele2016-06-301-6/+19
* gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueueGravatar mailwl2016-06-011-0/+1
* Kernel: Implemented shared memory permissions.Gravatar Subv2016-05-121-0/+1
* VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-301-1/+0
* DSP_DSP: Add return IPC headersGravatar MerryMage2016-04-271-0/+1
* GSP: Return proper error codes for register writesGravatar purpasmart962016-03-301-0/+1
* HLE/FS: Implemented GetFormatInfoGravatar Subv2016-03-201-0/+1
* HLE/FS: Return the proper error codes on file Read/Write operations.Gravatar Subv2016-03-201-0/+1
* HLE/FS: Corrected the error codes for CreateFileGravatar Subv2016-03-201-1/+3
* core: Use unrestricted union to hold storage of ResultVal valueGravatar Yuri Kunde Schlesner2016-03-051-42/+16
* BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-121-4/+4
* HLE/SVC: Implement UnmapMemoryBlock.Gravatar Subv2016-01-141-0/+1
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-281-1/+1
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-0/+1
* result: Make comparison operators take referencesGravatar Lioncash2015-02-271-2/+2
* Convert a few C stdlib asserts to Citra's own assertsGravatar archshift2015-02-181-6/+4
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-1/+1
* ResultVal: Fixed compilation when reassigning a ResultVal.Gravatar Subv2015-02-101-3/+3
* Remove result.h InvalidHandleGravatar Yuri Kunde Schlesner2015-01-301-5/+0
* Additions to ResultVal to make it more convenient to use.Gravatar Yuri Kunde Schlesner2015-01-301-1/+25
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-101-2/+2
* License changeGravatar purpasmart962014-12-201-1/+1
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-171-0/+2
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-241-0/+400