summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update clang formatJames Rowe2018-07-031-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* general: Convert assertion macros over to be fmt-compatibleLioncash2018-04-271-1/+1
* core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash2018-04-261-2/+2
* arm_dynarmic: Fix timingMerryMage2018-03-241-7/+3
* Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei2018-03-192-8/+16
|\
| * Implements citra-emu/citra#3184N00byKing2018-02-252-8/+16
* | arm_interface: Support unmapping previously mapped memory.bunnei2018-03-162-1/+5
* | core: Move process creation out of global state.bunnei2018-03-141-1/+2
* | dynarmic: Update to 6b4c6b0MerryMage2018-02-211-2/+18
* | arm_dynarmic: LOG_INFO on unicorn fallbackMerryMage2018-02-211-0/+4
|/
* arm_dynarmic: Support direct page table accessMerryMage2018-02-121-6/+14
* dynarmic: Update to 41ae12263MerryMage2018-02-092-31/+45
* Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware2018-01-201-3/+3
* Update dynarmic to bc73004MerryMage2018-01-131-12/+17
* yuzu: Update license text to be consistent across project.bunnei2018-01-132-2/+2
* arm_dynarmic: Implement coreMerryMage2018-01-122-44/+142
* arm_dynarmic: More cleanup.bunnei2018-01-041-6/+0
* arm_dynarmic: Gut interface until dynarmic is ready for general use.bunnei2018-01-042-142/+44
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-034-147/+6
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-102-62/+48
|\
| * Moved down_count to CoreTimingHuw Pascoe2017-09-302-10/+1
| * ARM_Interface: Implement PageTableChangedMerryMage2017-09-252-6/+26
| * Merge pull request #2842 from Subv/switchable_page_tableB3n302017-09-151-1/+3
| |\
| | * CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.Subv2017-09-151-1/+3
| * | CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions.Subv2017-08-211-1/+1
| |/
* | arm_interface: Set TLS address for dynarmic core.bunnei2017-09-302-0/+16
* | arm: Use 64-bit addressing in a bunch of places.bunnei2017-09-302-52/+85
|/
* arm_dynarmic: Update memory interfaceMerryMage2017-02-031-10/+10
* arm_dynarmic: CP15 supportMerryMage2017-02-034-5/+128
* Merge pull request #2366 from MerryMage/MemoryReadCodebunnei2016-12-221-0/+1
|\
| * arm_dynarmic: Provide MemoryReadCode callbackMerryMage2016-12-221-0/+1
* | ThreadContext: Move from "core" to "arm_interface".bunnei2016-12-222-8/+4
|/
* Core: Add a forgotten #include <cstring> for memcpy.Emmanuel Gil Peyrot2016-12-111-0/+1
* dynarmic: Add ticks based on ticks executed, not ticks requestedMerryMage2016-11-261-2/+2
* Expose page table to dynarmic for optimized reads and writes to the JITJames Rowe2016-11-251-0/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-212-7/+2
* arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.bunnei2016-09-151-5/+12
* arm: ResetContext shouldn't be part of ARM_Interface.bunnei2016-09-152-10/+0
* arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.bunnei2016-09-151-1/+1
* dynarmic: Implement ARM CPU interface.bunnei2016-09-152-0/+227