summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic_cp15.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Avoid ambiguous format_to compilation errorsLioncash2022-05-141-1/+1
| | | | | | | Ensures that we're using the fmt version of format_to. These are also the only three outliers. All of the other formatters we have are properly qualified.
* core: Remove unused includesameerj2021-11-041-1/+0
|
* core: Resolve misc cases of variable shadowingLioncash2021-05-031-6/+5
| | | | | | | | | Resolves shadowing warnings that aren't in a particularly large subsection of core. Brings us closer to turning -Wshadow into an error. All that remains now is for cases in the kernel (left untouched for now since a big change by bunnei is pending), and a few left over in the service code (will be tackled next).
* 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