summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic_cp15.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-22General: Make use of std::nullopt where applicableLioncash1-3/+3
Allows some implementations to avoid completely zeroing out the internal buffer of the optional, and instead only set the validity byte within the structure. This also makes it consistent how we return empty optionals.
2020-06-27ArmDynarmic32: Setup CNTPCT correctlyFernando Sahmkow1-1/+1
2020-06-17arm_dynarmic_cp15: Implement CNTPCTMerryMage1-0/+13
2020-06-17arm_dynarmic_cp15: Update CP15MerryMage1-14/+54
2020-03-03core: dynarmic: Add CP15 from Citra.bunnei1-0/+80
2018-01-03arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei1-88/+0
2017-02-03arm_dynarmic: CP15 supportMerryMage1-0/+88