74 Commits (3d1f2bb3aa2e5bced4ab2342b5e591224f09f0ba)

Author SHA1 Message Date
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
wwylele 0987783699 FileSys: add SDMCWriteOnlyArchive 9 years ago
wwylele a879984c06 FileSys: add ExtSaveDataArchive 9 years ago
wwylele 7166fdc490 FileSys: add SaveDataArchive 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
JamePeng f87bb8ba0a Fix the errorcode of archive handle 10 years ago
wwylele e023a4cfd0 Result: fix and update ErrorModule 10 years ago
mailwl 07cc781163 gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue 10 years ago