83 Commits (59dfd7ec29b93c3e0d491145e845a4aefbce528f)

Author SHA1 Message Date
bunnei 59dfd7ec29 core: hle: result: Add GetInnerValue and Includes methods. 3 years ago
Liam e11c862ae6 result: enforce reference check specialization 3 years ago
Liam 20e5a02da1 kernel: add expanded result macros 3 years ago
Kelebek1 c3e3874d8d Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. 3 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
german77 c7890ebccc core: Replace all instances of ResultCode with Result 4 years ago
Morph dfb800c76b hle/result: Update std::expected replacement message 4 years ago
Morph 67accc405f hle/result: Add ResultRange overload in ResultVal 4 years ago
Morph 5631c95c10 hle/result: Implement ResultRange 4 years ago
Morph fddd57db61 general: Remove MakeResult helpers 4 years ago
Morph 13a85dcad5 hle/result: Amend ResultVal documentation 4 years ago
Morph 44dc3bd9a9 hle/result: Reimplement ResultVal using Common::Expected 4 years ago
Morph 55362bccd9 hle/result: Declare copy/move constructor/assignment as noexcept 4 years ago
Morph 696c2cec31 hle/result: Add move assignment operator in ResultVal 4 years ago
Morph 498f7ed966 hle/result: Remove cv-qualifiers from Arg in MakeResult 4 years ago
Lioncash c811d0f69d result: Add [[nodiscard]] specifiers where applicable 5 years ago
Morph c4d6d9dfd3 general: Replace RESULT_UNKNOWN with ResultUnknown 5 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Lioncash cb111c0038 common_funcs: Move R_ macros to result.h 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
Lioncash 29db886722 audio_core: Make shadowing and unused parameters errors 5 years ago
Lioncash 0c78ed16df core: Resolve several -Wextra-semi warnings 5 years ago
Lioncash 34bb09d7be result: Add default error code for the ResultCode(-1) case 6 years ago
Lioncash 53b3dea718 result: Resolve sign-coversion warnings 6 years ago
Lioncash 3910871dd8 hle/result: Remove unnecessary bitfield entry for ResultCode 7 years ago
Lioncash 6bb508f357 core/hle/result: Remove now-unnecessary manually defined copy assignment operator 7 years ago
Lioncash 28bb00dcb2 core/hle/result: Amend error in comment description for ResultCode 7 years ago
Lioncash fc330266fc core/hle/result: Remove now-unused constructor for ResultCode 7 years ago
Lioncash fc7bc644cc core/hle/result: Relocate IPC error code to ipc_helpers 7 years ago
Lioncash 7d25f9a4a2 core/hle/ipc: Remove unnecessary includes 7 years ago
Lioncash 55f9f05772 file_sys/errors: Extract FS-related error codes to file_sys/errors.h 7 years ago
Lioncash be902fe06e hle/result: Make ResultVal's move constructor as noexcept 7 years ago
greggameplayer 90fa34e30c Add & correct some error modules 8 years ago
greggameplayer c97505ad44 Add and correct some Error Modules (#444) 8 years ago
Lioncash e6375771e2 result: Check against self-assignment in ResultVal's copy assignment operator 8 years ago
Subv 585a145f31 ResultCode: Mark any error code that isn't 0 as an error. 8 years ago
bunnei a94d5d1938 fsp_srv: Various improvements to IStorage:Read implementation. 8 years ago
bunnei 714dd3da6d hle: Use Switch formatted result codes. 8 years ago
Yuri Kunde Schlesner c27dad4cd1 ResultVal: Remove MoveFrom() 9 years ago
Yuri Kunde Schlesner ec6a30b8bb ResultVal: Add an rvalue overload of Unwrap() 9 years ago
Yuri Kunde Schlesner 9dd1fd5b9e ResultVal: Add more convenience utils for creating and cascading results 9 years ago
Yuri Kunde Schlesner 467545ed48 Kernel: Centralize error definitions in errors.h 9 years ago
Yuri Kunde Schlesner 6210a1aaf3 GSP_GPU: Move error codes from result.h to local file 9 years ago
Yuri Kunde Schlesner 2d147a1c0d FileSys: Move all result description to errors.h 9 years ago
Yuri Kunde Schlesner f2e65b5cbc result: Make error description a generic integer 9 years ago
Yuri Kunde Schlesner a786199c4b Make BitField and ResultCode constexpr-initializable 9 years ago
Subv 9c496013b3 Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 9 years ago
wwylele 2fff7f897b file_sys: add Self NCCH archive 9 years ago
Subv 06b2b80d31 Return an error code when connecting to a saturated port. 9 years ago
wwylele 1e4a1598fd FileSys: Implement OtherSaveData 9 years ago