yuzu/src/core/arm
Lioncash b117ca5fce kernel/svc: Deglobalize the supervisor call handlers
Adjusts the interface of the wrappers to take a system reference, which
allows accessing a system instance without using the global accessors.

This also allows getting rid of all global accessors within the
supervisor call handling code. While this does make the wrappers
themselves slightly more noisy, this will be further cleaned up in a
follow-up. This eliminates the global system accessors in the current
code while preserving the existing interface.
2019-04-07 20:30:05 -04:00
..
dynarmic kernel/svc: Deglobalize the supervisor call handlers 2019-04-07 20:30:05 -04:00
unicorn kernel/svc: Deglobalize the supervisor call handlers 2019-04-07 20:30:05 -04:00
arm_interface.cpp arm_interface: Make include path relative for arm_interface.h 2018-12-30 20:46:29 -05:00
arm_interface.h arm_interface: Make LogBacktrace() a const member function 2018-12-30 20:44:48 -05:00
exclusive_monitor.cpp core: Namespace all code in the arm subdirectory under the Core namespace 2018-08-24 21:50:39 -04:00
exclusive_monitor.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00