summaryrefslogtreecommitdiff
path: root/src/core/hle/result.h
AgeCommit message (Expand)Author
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash
2020-08-14core: Resolve several -Wextra-semi warningsLioncash
2019-11-12result: Add default error code for the ResultCode(-1) caseLioncash
2019-11-12result: Resolve sign-coversion warningsLioncash
2019-04-05hle/result: Remove unnecessary bitfield entry for ResultCodeLioncash
2019-03-10core/hle/result: Remove now-unnecessary manually defined copy assignment oper...Lioncash
2019-03-10core/hle/result: Amend error in comment description for ResultCodeLioncash
2019-03-10core/hle/result: Remove now-unused constructor for ResultCodeLioncash
2019-03-10core/hle/result: Relocate IPC error code to ipc_helpersLioncash
2019-03-05core/hle/ipc: Remove unnecessary includesLioncash
2018-11-16file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash
2018-08-28hle/result: Make ResultVal's move constructor as noexceptLioncash
2018-05-23Add & correct some error modulesgreggameplayer
2018-05-19Add and correct some Error Modules (#444)greggameplayer
2018-03-28result: Check against self-assignment in ResultVal's copy assignment operatorLioncash
2018-02-27ResultCode: Mark any error code that isn't 0 as an error.Subv
2018-01-21fsp_srv: Various improvements to IStorage:Read implementation.bunnei
2017-10-31hle: Use Switch formatted result codes.bunnei
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-18ResultVal: Add an rvalue overload of Unwrap()Yuri Kunde Schlesner
2017-06-06ResultVal: Add more convenience utils for creating and cascading resultsYuri Kunde Schlesner
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2017-05-24GSP_GPU: Move error codes from result.h to local fileYuri Kunde Schlesner
2017-05-24FileSys: Move all result description to errors.hYuri Kunde Schlesner
2017-05-24result: Make error description a generic integerYuri Kunde Schlesner
2017-05-24Make BitField and ResultCode constexpr-initializableYuri Kunde Schlesner
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server s...Subv
2017-02-13file_sys: add Self NCCH archivewwylele
2016-12-14Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner
2016-12-05Return an error code when connecting to a saturated port.Subv
2016-11-29FileSys: Implement OtherSaveDatawwylele
2016-11-19FileSys: add SDMCWriteOnlyArchivewwylele
2016-11-19FileSys: add ExtSaveDataArchivewwylele
2016-11-19FileSys: add SaveDataArchivewwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-07-05Fix the errorcode of archive handleJamePeng
2016-06-30Result: fix and update ErrorModulewwylele
2016-06-01gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueuemailwl
2016-05-12Kernel: Implemented shared memory permissions.Subv
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-27DSP_DSP: Add return IPC headersMerryMage
2016-03-30GSP: Return proper error codes for register writespurpasmart96
2016-03-20HLE/FS: Implemented GetFormatInfoSubv
2016-03-20HLE/FS: Return the proper error codes on file Read/Write operations.Subv
2016-03-20HLE/FS: Corrected the error codes for CreateFileSubv
2016-03-05core: Use unrestricted union to hold storage of ResultVal valueYuri Kunde Schlesner
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage
2016-01-14HLE/SVC: Implement UnmapMemoryBlock.Subv