index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
Age
Commit message (
Expand
)
Author
2021-07-08
settings, arm_dynarmic, yuzu qt: Move CPU debugging option
lat9nq
2021-07-08
arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto setting
lat9nq
2021-07-08
arm_dynarmic{32,64}: Fixes from test build
lat9nq
2021-07-08
core,common,yuzu qt: Add CPU accuracy option 'Auto'
lat9nq
2021-06-24
common: Replace common_sizes into user-literals
Wunkolo
2021-06-20
Update dynarmic and add new unsafe CPU option.
Fernando Sahmkow
2021-06-11
General: Add settings for fastmem and disabling adress space check.
FernandoS27
2021-06-11
core: Make use of fastmem
Markus Wick
2021-05-30
Merge pull request #6385 from degasus/save_memory_access
bunnei
2021-05-29
core/arm_interface: Improve the performance of memory fallbacks.
Markus Wick
2021-05-29
externals: Update dynarmic.
Markus Wick
2021-05-27
core/arm_interface: Call SVC after end of dynarmic block.
Markus Wick
2021-05-26
core/arm: Drop ChangeProcessorID.
Markus Wick
2021-05-20
Merge pull request #6321 from lat9nq/per-game-cpu
bunnei
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-15
general: Make CPU accuracy and related a Settings::Setting
lat9nq
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-02
arm_dynarmic: Increase size of code cache
MerryMage
2021-03-24
arm_dynarmic: Always have a 'valid' jit instance
MerryMage
2021-03-21
core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes.
bunnei
2021-02-01
arm_dynarmic_32: Print out CPSR.T on exception
MerryMage
2021-01-28
arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext.
bunnei
2021-01-28
core: arm: Remove unnecessary JIT checks.
bunnei
2021-01-28
arm: arm_dynarmic: Skip calls when JIT is invalid.
bunnei
2021-01-11
core: arm: arm_interface: Fix shadowing errors.
bunnei
2021-01-08
core: Silence unhandled enum in switch warnings
ReinUsesLisp
2021-01-02
dynarmic: Add Unsafe_InaccurateNaN optimization
MerryMage
2020-12-29
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-06
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
hle: kernel: physical_core: Clear exclusive state after each run.
bunnei
2020-11-29
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-29
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-08
cpu_interrupt_handler: Mark move contructor/assignment as deleted
Lioncash
2020-11-06
Merge pull request #4888 from lioncash/unicorn-remove
bunnei
2020-11-03
core: Remove usage of unicorn
Lioncash
2020-10-29
General: Resolve a few missing initializer warnings
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-09-17
arm_dynarmic_cp15: Initialize member variables
Lioncash
2020-08-26
cpu_interrupt_handler: Misc style changes
ReinUsesLisp
2020-08-26
cpu_interrupt_handler: Make is_interrupted an atomic
ReinUsesLisp
2020-08-16
dynarmic: Add unsafe optimizations
MerryMage
2020-07-11
configure_cpu: Show/Hide debugging options
MerryMage
2020-07-11
configuration: Add settings to enable/disable specific CPU optimizations
MerryMage
2020-07-07
cpu_interrupt_handler: Remove #pragma once from .cpp file
MerryMage
[next]