83 Commits (cb073f95dc6ef07934a47137b121a1328667df6b)

Author SHA1 Message Date
bunnei cb073f95dc core: hle: result: Add GetInnerValue and Includes methods. 3 years ago
Liam c0fb5e876d result: enforce reference check specialization 3 years ago
Liam 47a2efee73 kernel: add expanded result macros 3 years ago
Kelebek1 ea9ff71725 Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. 3 years ago
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant 4 years ago
german77 a7d9be1384 core: Replace all instances of ResultCode with Result 4 years ago
Morph 4559112651 hle/result: Update std::expected replacement message 4 years ago
Morph f3f3f1b7d9 hle/result: Add ResultRange overload in ResultVal 4 years ago
Morph 08bddd7d79 hle/result: Implement ResultRange 4 years ago
Morph cb09ea0f01 general: Remove MakeResult helpers 4 years ago
Morph 98b351758c hle/result: Amend ResultVal documentation 4 years ago
Morph 52e52924bb hle/result: Reimplement ResultVal using Common::Expected 4 years ago
Morph 1b5c37fa29 hle/result: Declare copy/move constructor/assignment as noexcept 4 years ago
Morph 189927c237 hle/result: Add move assignment operator in ResultVal 4 years ago
Morph 1ff9ad4e7c hle/result: Remove cv-qualifiers from Arg in MakeResult 4 years ago
Lioncash 25b73e135f result: Add [[nodiscard]] specifiers where applicable 5 years ago
Morph a0e4c2e1fc general: Replace RESULT_UNKNOWN with ResultUnknown 5 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Lioncash 3aed797466 common_funcs: Move R_ macros to result.h 5 years ago
Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error 5 years ago
Lioncash 1ea6bdef05 audio_core: Make shadowing and unused parameters errors 5 years ago
Lioncash 2296e921d2 core: Resolve several -Wextra-semi warnings 5 years ago
Lioncash ef060ed40c result: Add default error code for the ResultCode(-1) case 6 years ago
Lioncash 27ab99490e result: Resolve sign-coversion warnings 6 years ago
Lioncash 5dfcf7cf26 hle/result: Remove unnecessary bitfield entry for ResultCode 7 years ago
Lioncash 0c28ab92e6 core/hle/result: Remove now-unnecessary manually defined copy assignment operator 7 years ago
Lioncash 3f602dde0f core/hle/result: Amend error in comment description for ResultCode 7 years ago
Lioncash f7ec0bcfc2 core/hle/result: Remove now-unused constructor for ResultCode 7 years ago
Lioncash d870cc5ad7 core/hle/result: Relocate IPC error code to ipc_helpers 7 years ago
Lioncash 02bc9e9de1 core/hle/ipc: Remove unnecessary includes 7 years ago
Lioncash b725d1fdf7 file_sys/errors: Extract FS-related error codes to file_sys/errors.h 7 years ago
Lioncash f1bc62bb4c hle/result: Make ResultVal's move constructor as noexcept 7 years ago
greggameplayer 1efb81a61d
Add & correct some error modules 8 years ago
greggameplayer a215f63235 Add and correct some Error Modules (#444) 8 years ago
Lioncash 36e60c217a result: Check against self-assignment in ResultVal's copy assignment operator 8 years ago
Subv 6e38081165 ResultCode: Mark any error code that isn't 0 as an error. 8 years ago
bunnei 8e50d6002b fsp_srv: Various improvements to IStorage:Read implementation. 8 years ago
bunnei 34571f4d2e hle: Use Switch formatted result codes. 8 years ago
Yuri Kunde Schlesner 723dc644fa ResultVal: Remove MoveFrom() 9 years ago
Yuri Kunde Schlesner 4cb47b0278 ResultVal: Add an rvalue overload of Unwrap() 9 years ago
Yuri Kunde Schlesner 7e5dd46cf4 ResultVal: Add more convenience utils for creating and cascading results 9 years ago
Yuri Kunde Schlesner 2cdb40d709 Kernel: Centralize error definitions in errors.h 9 years ago
Yuri Kunde Schlesner 743d18f0e4 GSP_GPU: Move error codes from result.h to local file 9 years ago
Yuri Kunde Schlesner 92be29adba FileSys: Move all result description to errors.h 9 years ago
Yuri Kunde Schlesner 3b1f0fea31 result: Make error description a generic integer 9 years ago
Yuri Kunde Schlesner a75145a2c6 Make BitField and ResultCode constexpr-initializable 9 years ago
Subv ddfabf3133 Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 9 years ago
wwylele a0df747325 file_sys: add Self NCCH archive 9 years ago
Subv c93c5a72bb Return an error code when connecting to a saturated port. 9 years ago
wwylele 589b642790 FileSys: Implement OtherSaveData 9 years ago