citra-canary/src/core
Yuri Kunde Schlesner 3b1f0fea31 result: Make error description a generic integer
It is now known that result code description vary depending on the
module, and so they're best defined on a per-module basis. To support
this, allow passing in an arbitrary integer instead of limiting to the
ones in the ErrorDescription enum. These will be gradually migrated to
their individual users, but a few will be kept as "common" codes shared
by all modules.
2017-05-24 21:05:59 -07:00
..
arm Merge pull request #2694 from Subv/vfp_vsub_ftz 2017-05-22 00:50:52 +01:00
file_sys file_sys: lower log level for setting host path 2017-03-08 17:47:24 +02:00
frontend Merge pull request #2512 from SonofUgly/custom-layout 2017-03-21 22:57:31 -04:00
gdbstub Doxygen: Amend minor issues (#2593) 2017-02-26 17:58:51 -08:00
hle result: Make error description a generic integer 2017-05-24 21:05:59 -07:00
hw Merge pull request #2587 from yuriks/status-bar 2017-02-26 17:51:15 -08:00
loader Remove ability to load symbol maps 2017-05-07 15:33:07 -07:00
tracer Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
CMakeLists.txt Merge pull request #2406 from Subv/session_disconnect 2017-05-21 17:18:16 -07:00
core.cpp Kernel: Map special regions according to ExHeader 2017-05-09 21:44:00 -07:00
core.h Core: Re-write frame limiter 2017-02-26 17:22:04 -08:00
core_timing.cpp CoreTiming: use named constant for ARM11 clock rate 2017-01-16 09:59:16 +02:00
core_timing.h CoreTiming: use named constant for ARM11 clock rate 2017-01-16 09:59:16 +02:00
memory.cpp Memory: Add constants for the n3DS additional RAM 2017-05-09 21:43:59 -07:00
memory.h Memory: Add constants for the n3DS additional RAM 2017-05-09 21:43:59 -07:00
memory_setup.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
mmio.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
perf_stats.cpp PerfStats: Re-order and document members better 2017-02-26 17:22:04 -08:00
perf_stats.h PerfStats: Re-order and document members better 2017-02-26 17:22:04 -08:00
settings.cpp ir: implement new 3ds HID via ir:rst 2017-05-04 12:59:28 +03:00
settings.h Merge pull request #2512 from SonofUgly/custom-layout 2017-03-21 22:57:31 -04:00