884 Commits (ca42578d4ecd9aae22a26bd3bb6a12631f0da9ab)

Author SHA1 Message Date
jam1garner 3f51dd23da arm: dynarmic: Implement icache op handling for 'ic ivau' instruction 4 years ago
ameerj d27abf5546 core: Remove unused includes 4 years ago
Andrew Strelsky 5179872db6 Fixed ARM_Dynamic_64 Step 4 years ago
lat9nq 95163455a6 settings, arm_dynarmic, yuzu qt: Move CPU debugging option 5 years ago
lat9nq 23660e8fd5 arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto setting 5 years ago
lat9nq c92f2ecee8 arm_dynarmic{32,64}: Fixes from test build 5 years ago
lat9nq 14e4dbe61e core,common,yuzu qt: Add CPU accuracy option 'Auto' 5 years ago
Wunkolo 722f9c3cb5 common: Replace common_sizes into user-literals 5 years ago
Fernando Sahmkow 1592ec32bc Update dynarmic and add new unsafe CPU option. 5 years ago
FernandoS27 3147b9e34c General: Add settings for fastmem and disabling adress space check. 5 years ago
Markus Wick 99f6d60a99 core: Make use of fastmem 6 years ago
Markus Wick 5aca25637f core/arm_interface: Improve the performance of memory fallbacks. 5 years ago
Markus Wick 6203af4169 externals: Update dynarmic. 5 years ago
Markus Wick c9f9e77be3 core/arm_interface: Call SVC after end of dynarmic block. 5 years ago
Markus Wick 09657c5787 core/arm: Drop ChangeProcessorID. 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
lat9nq 065b3eb53a general: Make CPU accuracy and related a Settings::Setting 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 15daa2cecd service: Resolve cases of member field shadowing 5 years ago
Lioncash 84b656fbbd core: Resolve misc cases of variable shadowing 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
MerryMage 62b59f3588 arm_dynarmic: Increase size of code cache 5 years ago
MerryMage eb3ece5770 arm_dynarmic: Always have a 'valid' jit instance 5 years ago
bunnei 1a89de249c core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes. 5 years ago
MerryMage 6f76ed25df arm_dynarmic_32: Print out CPSR.T on exception 5 years ago
bunnei 1ebbfe8e3b arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext. 5 years ago
bunnei 2f34533f47 core: arm: Remove unnecessary JIT checks. 5 years ago
bunnei db342cc6f0 arm: arm_dynarmic: Skip calls when JIT is invalid. 5 years ago
bunnei 6cbeabce0d core: arm: arm_interface: Fix shadowing errors. 5 years ago
ReinUsesLisp 53cf598783 core: Silence unhandled enum in switch warnings 5 years ago
MerryMage c535205f1c dynarmic: Add Unsafe_InaccurateNaN optimization 5 years ago
ReinUsesLisp 8bfa4d6dbf core/memory: Read and write page table atomically 5 years ago
bunnei 039844bbb9 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
bunnei abc079aca1 hle: kernel: physical_core: Clear exclusive state after each run. 5 years ago
bunnei a5b73195c9 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 years ago
bunnei aaffe73f47 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 5 years ago
Lioncash c06510376a core: Eliminate remaining usages of the global system instance 5 years ago
Lioncash 9568c94a11 cpu_interrupt_handler: Mark move contructor/assignment as deleted 5 years ago
Lioncash 5c55f3b585 core: Remove usage of unicorn 5 years ago
Lioncash 3e654ff0d0 General: Resolve a few missing initializer warnings 5 years ago
bunnei deb3536936 Revert "core: Fix clang build" 5 years ago
Lioncash 18636013c9 core: Fix clang build 6 years ago
Lioncash e457001dce General: Make use of std::nullopt where applicable 6 years ago
Lioncash 4d0fa3544f arm_dynarmic_cp15: Initialize member variables 6 years ago
ReinUsesLisp ad0306e520 cpu_interrupt_handler: Misc style changes 6 years ago
ReinUsesLisp 7eb6cc742a cpu_interrupt_handler: Make is_interrupted an atomic 6 years ago
MerryMage 1057908c3a dynarmic: Add unsafe optimizations 6 years ago
MerryMage f82bbf743c configure_cpu: Show/Hide debugging options 6 years ago
MerryMage 79dfd272a9 configuration: Add settings to enable/disable specific CPU optimizations 6 years ago
MerryMage d6c3391232 cpu_interrupt_handler: Remove #pragma once from .cpp file 6 years ago