69 Commits (2864babfa87f733ea32b279bdba4fa0fa1e57b9a)

Author SHA1 Message Date
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
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
wwylele a14bab3b8b FileSys: add SDMCWriteOnlyArchive 9 years ago
wwylele 4a80f45637 FileSys: add ExtSaveDataArchive 9 years ago
wwylele 420091d0e5 FileSys: add SaveDataArchive 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
JamePeng c7d5fee7fb Fix the errorcode of archive handle 10 years ago
wwylele ce3e33ef50 Result: fix and update ErrorModule 10 years ago
mailwl ee188dbdc6 gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue 10 years ago
Subv 54871800a9 Kernel: Implemented shared memory permissions. 10 years ago
Emmanuel Gil Peyrot c39a267974 VideoCore: Run include-what-you-use and fix most includes. 10 years ago
MerryMage 70d1edf9c9 DSP_DSP: Add return IPC headers 10 years ago
purpasmart96 b1a0f498f2 GSP: Return proper error codes for register writes 10 years ago