summaryrefslogtreecommitdiff
path: root/src/core/hle/result.h
AgeCommit message (Expand)Author
2025-01-30service: Implement rebootless system update stubs and typesZephyron
2025-01-25Revert "core/hle: Reorganize ErrorModule enum numerically"Zephyron
2025-01-25core/hle: Reorganize ErrorModule enum numericallyZephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2023-11-10kernel: add KPageTableBaseLiam
2023-09-16Reimplement HardwareOpusKelebek1
2023-08-08core: remove ResultVal typeLiam
2022-11-14core: Update result moduleNarr the Reg
2022-11-03core: hle: result: Fix code for compilers.bunnei
2022-10-18core: hle: kernel: Use result macros for new/changed code.bunnei
2022-10-18core: hle: result: Add GetInnerValue and Includes methods.bunnei
2022-10-13result: enforce reference check specializationLiam
2022-10-08kernel: add expanded result macrosLiam
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during...Kelebek1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-05-03hle/result: Update std::expected replacement messageMorph
2022-05-03hle/result: Add ResultRange overload in ResultValMorph
2022-05-02hle/result: Implement ResultRangeMorph
2021-11-02general: Remove MakeResult helpersMorph
2021-11-02hle/result: Amend ResultVal documentationMorph
2021-11-02hle/result: Reimplement ResultVal using Common::ExpectedMorph
2021-10-29Merge pull request #7240 from Morph1984/resultval-remove-cvbunnei
2021-10-28hle/result: Declare copy/move constructor/assignment as noexceptMorph
2021-10-28hle/result: Add move assignment operator in ResultValMorph
2021-10-28hle/result: Remove cv-qualifiers from Arg in MakeResultMorph
2021-06-05result: Add [[nodiscard]] specifiers where applicableLioncash
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-31common_funcs: Move R_ macros to result.hLioncash
2021-05-16core: Make variable shadowing a compile-time errorLioncash
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