summaryrefslogtreecommitdiffstats
path: root/src/core/arm/nce (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-14core: Support multiple modules per patcherGPUCode2-38/+72
2023-12-20nce: hide shadowing warnings from dynarmic headersLiam2-2/+6
2023-12-19nce: increase handler stack sizeLiam1-1/+1
2023-12-19nce: fix read size in simd immediate emulationLiam1-1/+2
2023-12-12nce: adjust initialization for repeated callsLiam1-8/+11
2023-12-11nce: implement instruction emulation for misaligned memory accessesLiam7-41/+3842
2023-12-04core: refactor emulated cpu core activationLiam5-249/+166
2023-12-02nce: fix pre-text patch for single modulesLiam1-0/+2
2023-11-29core: Rename patcher fileGPUCode3-2/+2
2023-11-25oaknut: Address warningsGPUCode1-4/+0
2023-11-25Address more review commentsGPUCode2-5/+8
2023-11-25arm_nce: skip data aborts for crash handling parityLiam1-3/+11
2023-11-25patch: check offsets from first code wordLiam1-3/+4
2023-11-25arm_nce: skip dc cvac on possibly write-protected areasLiam1-3/+1
2023-11-25Address some review commentsGPUCode3-17/+9
2023-11-25arm: Implement native code execution backendLiam8-0/+1530