summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic_cp15.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-29externals: Update dynarmic.Markus Wick1-1/+1
The new version supports fastmem on a64.
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-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.
2020-09-17arm_dynarmic_cp15: Initialize member variablesLioncash1-2/+2
Ensures that the member variables are always initialized to a deterministic value on creation.
2020-06-17arm_dynarmic_cp15: Update CP15MerryMage1-118/+8
2020-03-03core: dynarmic: Add CP15 from Citra.bunnei1-0/+152
2018-01-03arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei1-32/+0
2017-02-03arm_dynarmic: CP15 supportMerryMage1-0/+32