summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic_32.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-28Core/Common: Address Feedback.Fernando Sahmkow1-1/+1
2020-06-27ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow1-1/+1
2020-06-27SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow1-1/+1
2020-06-27General: Move ARM_Interface into Threads.Fernando Sahmkow1-0/+1
2020-06-27Core: Refactor ARM Interface.Fernando Sahmkow1-1/+1
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-1/+3
This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host Timing, Reworks the Kernel's Scheduler, Introduce Idle State and Suspended State, Recreates the bootmanager, Initializes Multicore system.
2020-06-17arm_dynarmic_cp15: Update CP15MerryMage1-1/+4
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-1/+1
- helpful to disambiguate Kernel::Memory namespace.
2020-03-03core: Implement separate A32/A64 ARM interfaces.bunnei1-0/+77