1
0
Fork 0
forked from eden-emu/eden
ribbitvulkanadditions/src/core
Lioncash aaed702790 loader: Make ResultStatus directly compatible with fmt
We can make the enum class type compatible with fmt by providing an
overload of operator<<.

While we're at it, perform proper bounds checking. If something exceeds
the array, it should be a hard fail, because it's, without a doubt, a
programmer error in this case.
2018-08-15 05:52:37 -04:00
..
arm arm_dynarmic: Remove IsExecuting check from PrepareReschedule 2018-08-13 13:59:01 +01:00
crypto
file_sys loader: Make ResultStatus directly compatible with fmt 2018-08-15 05:52:37 -04:00
frontend emu_window: Ensure WindowConfig members are always initialized 2018-08-14 19:36:43 -04:00
gdbstub
hle Merge pull request #1072 from lioncash/svc 2018-08-14 22:42:44 -04:00
loader loader: Make ResultStatus directly compatible with fmt 2018-08-15 05:52:37 -04:00
tracer
CMakeLists.txt Added missing channel devices 2018-08-13 14:00:27 +10:00
core.cpp core: Namespace EmuWindow 2018-08-11 20:20:21 -04:00
core.h core: Namespace EmuWindow 2018-08-11 20:20:21 -04:00
core_cpu.cpp Merge pull request #1043 from Subv/timing 2018-08-12 22:31:55 -04:00
core_cpu.h Core/HLE: Make the 'reschedule_pending' flag atomic. 2018-08-12 18:41:12 -05:00
core_timing.cpp Kernel/Thread: Always use the threadsafe option when scheduling wakeups. 2018-08-12 18:40:56 -05:00
core_timing.h
core_timing_util.cpp
core_timing_util.h
memory.cpp
memory.h
memory_hook.cpp
memory_hook.h
memory_setup.h
perf_stats.cpp
perf_stats.h
settings.cpp
settings.h
telemetry_session.cpp
telemetry_session.h