1
0
Fork 0
forked from suyu/suyu
suyu/src/core/arm
Lioncash b51e7e0288 arm_interface: Remove ARM11-isms from the CPU interface
This modifies the CPU interface to more accurately match an
AArch64-supporting CPU as opposed to an ARM11 one. Two of the methods
don't even make sense to keep around for this interface, as Adv Simd is
used, rather than the VFP in the primary execution state. This is
essentially a modernization change that should have occurred from the
get-go.
2018-09-18 03:20:04 -04:00
..
dynarmic arm_interface: Remove ARM11-isms from the CPU interface 2018-09-18 03:20:04 -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: Remove ARM11-isms from the CPU interface 2018-09-18 03:20:04 -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