62 Commits (5607df3eb9391a074d860d3e3ca861af450794ab)

Author SHA1 Message Date
Lioncash 29db886722 audio_core: Make shadowing and unused parameters errors 6 years ago
Lioncash 0c78ed16df core: Resolve several -Wextra-semi warnings 6 years ago
Lioncash 34bb09d7be result: Add default error code for the ResultCode(-1) case 7 years ago
Lioncash 53b3dea718 result: Resolve sign-coversion warnings 7 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 8 years ago
Lioncash be902fe06e hle/result: Make ResultVal's move constructor as noexcept 8 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. 9 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. 10 years ago
wwylele 1e4a1598fd FileSys: Implement OtherSaveData 10 years ago
wwylele a14bab3b8b FileSys: add SDMCWriteOnlyArchive 10 years ago
wwylele 4a80f45637 FileSys: add ExtSaveDataArchive 10 years ago
wwylele 420091d0e5 FileSys: add SaveDataArchive 10 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 10 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 10 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 10 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
Subv 9773d90363 HLE/FS: Implemented GetFormatInfo 11 years ago
Subv bbbdb660af HLE/FS: Return the proper error codes on file Read/Write operations. 11 years ago
Subv 33fe4fe894 HLE/FS: Corrected the error codes for CreateFile 11 years ago
Yuri Kunde Schlesner 16cb116917 core: Use unrestricted union to hold storage of ResultVal value 10 years ago
MerryMage 867c111e99 BitField: Make trivially copyable and remove assignment operator 10 years ago
Subv d9c4c1622f HLE/SVC: Implement UnmapMemoryBlock. 11 years ago
Emmanuel Gil Peyrot 596b7c4f63 Common: Cleanup key_map includes. 11 years ago