yuzu/src/core/arm
Lioncash cf9d6c6f52 kernel/process: Make data member variables private
Makes the public interface consistent in terms of how accesses are done
on a process object. It also makes it slightly nicer to reason about the
logic of the process class, as we don't want to expose everything to
external code.
2018-09-30 02:30:01 -04:00
..
dynarmic kernel/process: Make data member variables private 2018-09-30 02:30:01 -04:00
unicorn arm_interface: Remove ARM11-isms from the CPU interface 2018-09-18 03:20:04 -04:00
arm_interface.h arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 2018-09-30 02:29:57 -04: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