summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic_cp15.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* externals: Update dynarmic.Markus Wick2021-05-291-1/+1
| | | | The new version supports fastmem on a64.
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
| | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
* arm_dynarmic_cp15: Initialize member variablesLioncash2020-09-171-2/+2
| | | | | Ensures that the member variables are always initialized to a deterministic value on creation.
* arm_dynarmic_cp15: Update CP15MerryMage2020-06-171-118/+8
|
* core: dynarmic: Add CP15 from Citra.bunnei2020-03-031-0/+152
|
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-32/+0
|
* arm_dynarmic: CP15 supportMerryMage2017-02-031-0/+32