yuzu/src/core/arm/dynarmic
Lioncash cc84b48ce5 physical_core: Make use of std::make_unique instead of std::make_shared in ctor
We can also allow unicorn to be constructed in 32-bit mode or 64-bit
mode to satisfy the need for both interpreter instances.

Allows this code to compile successfully of non x86-64 architectures.
2020-04-24 00:20:58 -04:00
..
arm_dynarmic_32.cpp core: kernel: Move SVC to its own namesapce. 2020-04-17 00:59:28 -04:00
arm_dynarmic_32.h core: memory: Move to Core::Memory namespace. 2020-04-17 00:59:28 -04:00
arm_dynarmic_64.cpp physical_core: Make use of std::make_unique instead of std::make_shared in ctor 2020-04-24 00:20:58 -04:00
arm_dynarmic_64.h core: memory: Move to Core::Memory namespace. 2020-04-17 00:59:28 -04:00
arm_dynarmic_cp15.cpp core: dynarmic: Add CP15 from Citra. 2020-03-02 21:43:15 -05:00
arm_dynarmic_cp15.h core: dynarmic: Add CP15 from Citra. 2020-03-02 21:43:15 -05:00