summaryrefslogtreecommitdiff
path: root/src/core/hle/result.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* result: Make fully constexpr, add ON_RESULT_INCLUDEDGravatar FearlessTobi2024-01-251-6/+32
* kernel: add KPageTableBaseGravatar Liam2023-11-101-0/+31
* Reimplement HardwareOpusGravatar Kelebek12023-09-161-1/+1
* core: remove ResultVal typeGravatar Liam2023-08-081-153/+0
* core: Update result moduleGravatar Narr the Reg2022-11-141-1/+75
* core: hle: result: Fix code for compilers.Gravatar bunnei2022-11-031-6/+7
* core: hle: kernel: Use result macros for new/changed code.Gravatar bunnei2022-10-181-3/+0
* core: hle: result: Add GetInnerValue and Includes methods.Gravatar bunnei2022-10-181-0/+8
* result: enforce reference check specializationGravatar Liam2022-10-131-4/+3
* kernel: add expanded result macrosGravatar Liam2022-10-081-6/+114
* Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek12022-09-021-0/+2
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-22/+22
* hle/result: Update std::expected replacement messageGravatar Morph2022-05-031-1/+1
* hle/result: Add ResultRange overload in ResultValGravatar Morph2022-05-031-1/+3
* hle/result: Implement ResultRangeGravatar Morph2022-05-021-0/+42
* general: Remove MakeResult helpersGravatar Morph2021-11-021-19/+1
* hle/result: Amend ResultVal documentationGravatar Morph2021-11-021-12/+10
* hle/result: Reimplement ResultVal using Common::ExpectedGravatar Morph2021-11-021-117/+63
* Merge pull request #7240 from Morph1984/resultval-remove-cvGravatar bunnei2021-10-291-2/+2
|\
| * hle/result: Remove cv-qualifiers from Arg in MakeResultGravatar Morph2021-10-281-2/+2
* | hle/result: Declare copy/move constructor/assignment as noexceptGravatar Morph2021-10-281-3/+3
* | hle/result: Add move assignment operator in ResultValGravatar Morph2021-10-281-0/+20
|/
* result: Add [[nodiscard]] specifiers where applicableGravatar Lioncash2021-06-051-20/+20
* general: Replace RESULT_UNKNOWN with ResultUnknownGravatar Morph2021-06-021-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-5/+4
* common_funcs: Move R_ macros to result.hGravatar Lioncash2021-05-311-0/+25
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-1/+1
* audio_core: Make shadowing and unused parameters errorsGravatar Lioncash2020-12-031-1/+1
* core: Resolve several -Wextra-semi warningsGravatar Lioncash2020-08-141-4/+8
* result: Add default error code for the ResultCode(-1) caseGravatar Lioncash2019-11-121-1/+9
* result: Resolve sign-coversion warningsGravatar Lioncash2019-11-121-1/+1
* hle/result: Remove unnecessary bitfield entry for ResultCodeGravatar Lioncash2019-04-051-4/+0
* core/hle/result: Remove now-unnecessary manually defined copy assignment oper...Gravatar Lioncash2019-03-101-5/+0
* core/hle/result: Amend error in comment description for ResultCodeGravatar Lioncash2019-03-101-1/+1
* core/hle/result: Remove now-unused constructor for ResultCodeGravatar Lioncash2019-03-101-10/+0
* core/hle/result: Relocate IPC error code to ipc_helpersGravatar Lioncash2019-03-101-1/+0
* core/hle/ipc: Remove unnecessary includesGravatar Lioncash2019-03-051-1/+0
* file_sys/errors: Extract FS-related error codes to file_sys/errors.hGravatar Lioncash2018-11-161-2/+0
* hle/result: Make ResultVal's move constructor as noexceptGravatar Lioncash2018-08-281-1/+1
* 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