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
/
dynarmic
Age
Commit message (
Expand
)
Author
2025-02-16
build: upgrade fmt and SDL2
Zephyron
2025-01-18
arm/video: Fix shader extension and exception handling
Zephyron
2025-01-18
memory: Improve null pointer and unmapped memory handling
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-12-25
core: track separate heap allocation for linux
Liam
2023-12-22
kernel: instantiate memory separately for each guest process
Liam
2023-12-04
arm: fix context save of vector regs
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-08-02
Merge pull request #10839 from lat9nq/pgc-plus
liamwhite
2023-07-21
core: remove remaining uses of dynamic_cast
Liam
2023-07-21
settings,general: Rename non-confirming enums
lat9nq
2023-06-27
arm_dynarmic_32: Remove disabling of block linking on arm64
Merry
2023-06-12
core: decouple ARM interface from Dynarmic
Liam
2023-04-01
core: arm_dynarmic_32: Update SaveContext/LoadContext.
bunnei
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-01-05
externals: update dynarmic, xbyak
Liam
2022-12-02
core: add option to break on unmapped access
Liam
2022-11-17
Dynarmic: Remove inaccurate NaN from Auto CPU settings.
Fernando Sahmkow
2022-11-09
Initial ARM64 support
Liam
2022-10-27
arm_interface: curb infinite recursion in stacktrace generation
Liam
2022-10-11
k_server_session: preliminary support for userspace server sessions
Liam
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-12
Merge pull request #8745 from merryhime/null-fastmem-arena
liamwhite
2022-08-09
Merge pull request #8729 from merryhime/cp15-barriers
bunnei
2022-08-09
arm_dynarmic: Fix nullptr fastmem arenas
Merry
2022-08-07
core/arm: fix build error
Liam
2022-08-07
Merge pull request #8637 from liamwhite/bad-interrupts
bunnei
2022-08-07
Merge pull request #8240 from liamwhite/count-cycles
Morph
2022-08-07
arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB
Merry
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-25
kernel: unlayer CPU interrupt handling
Liam
2022-07-17
Merge pull request #8569 from merryhime/watchpoints
merry
2022-07-15
core/arm: skip watchpoint checks when reading instructions
Liam
2022-07-15
dynarmic: Abort watchpoints ASAP
Merry
2022-07-07
Merge pull request #8501 from liamwhite/backtrace-again
Mai
2022-06-25
core/arm: better support for backtrace generation
Liam
2022-06-21
core/arm: increase minimum_run_cycles
Liam
2022-06-21
core/arm: re-enable cycle counting
merry
2022-06-21
dynarmic: Stop ReadCode callbacks to unmapped addresses
Liam
2022-06-16
core/debugger: memory breakpoint support
Liam
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
2022-05-14
general: Avoid ambiguous format_to compilation errors
Lioncash
2022-04-24
Remove unused PrepareReschedule function
Merry
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-20
core/arm: separate backtrace collection
Liam
2022-04-16
Merge pull request #8188 from merryhime/jit-race-page-table-changed
bunnei
[next]