summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic_cp15.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* General: Make use of std::nullopt where applicableLioncash2020-09-221-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.
* ArmDynarmic32: Setup CNTPCT correctlyFernando Sahmkow2020-06-271-1/+1
|
* arm_dynarmic_cp15: Implement CNTPCTMerryMage2020-06-171-0/+13
|
* arm_dynarmic_cp15: Update CP15MerryMage2020-06-171-14/+54
|
* core: dynarmic: Add CP15 from Citra.bunnei2020-03-031-0/+80
|
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-88/+0
|
* arm_dynarmic: CP15 supportMerryMage2017-02-031-0/+88