yuzu-emu
/
yuzu-android
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-android/src/core/arm/dynarmic
Lioncash fc6db97a09 core: Remove usage of unicorn
Unicorn long-since lost most of its use, due to dynarmic gaining support
for handling most instructions. At this point any further issues
encountered should be used to make dynarmic better.

This also allows us to remove our dependency on Python.
2020-11-03 20:22:05 -05:00
..
arm_dynarmic_32.cpp core: Remove usage of unicorn 2020-11-03 20:22:05 -05:00
arm_dynarmic_32.h Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
arm_dynarmic_64.cpp core: Remove usage of unicorn 2020-11-03 20:22:05 -05:00
arm_dynarmic_64.h core: Remove usage of unicorn 2020-11-03 20:22:05 -05:00
arm_dynarmic_cp15.cpp General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
arm_dynarmic_cp15.h arm_dynarmic_cp15: Initialize member variables 2020-09-17 13:03:49 -04:00
arm_exclusive_monitor.cpp ARM: Update Dynarmic and Setup A32 according to latest interface. 2020-06-27 11:36:26 -04:00
arm_exclusive_monitor.h ARM: Update Dynarmic and Setup A32 according to latest interface. 2020-06-27 11:36:26 -04:00