summaryrefslogtreecommitdiffstats
path: root/src/core/arm/unicorn/arm_unicorn.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv2018-07-211-0/+2
| | | | Note that there's currently a dynarmic bug preventing this register from being written.
* scheduler: Clear exclusive state when switching contextsMerryMage2018-07-161-0/+1
|
* GDB Stub Improvements (#508)Hedges2018-06-061-0/+4
| | | | | | | | | | * GDB Stub should work now. * Applied clang-format. * Replaced htonll with swap64. * Tidy up.
* Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei2018-03-191-1/+3
|\ | | | | Implement Pull #3184 from citra: core/arm: Improve timing accuracy before service calls in JIT (Rebased)
| * Implements citra-emu/citra#3184N00byKing2018-02-251-1/+3
| |
* | arm_interface: Support unmapping previously mapped memory.bunnei2018-03-161-0/+1
|/
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
|
* arm_dynarmic: Implement coreMerryMage2018-01-121-3/+2
|
* unicorn: Use for arm interface on Windows.bunnei2018-01-041-0/+39