index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
core_cpu.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CpuCore: Clear exclusive state after doing a run in dynarmic.
Fernando Sahmkow
2019-12-05
1
-0
/
+2
*
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-27
1
-2
/
+3
*
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
1
-0
/
+4
*
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
1
-1
/
+1
*
Redesign CPU Cores to work with the new scheduler
Fernando Sahmkow
2019-10-15
1
-13
/
+10
*
Core Timing: Rework Core Timing to run all cores evenly.
Fernando Sahmkow
2019-10-09
1
-11
/
+3
*
yuzu: Remove setting for using Unicorn
Lioncash
2019-07-11
1
-13
/
+6
*
yuzu: Remove CPU Jit setting from the UI
fearlessTobi
2019-07-04
1
-2
/
+2
*
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
2019-04-08
1
-3
/
+3
*
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-3
/
+3
*
kernel/scheduler: Pass in system instance in constructor
Lioncash
2019-03-04
1
-4
/
+5
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-7
/
+8
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-3
/
+3
*
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
1
-1
/
+1
*
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
1
-4
/
+3
*
core: Make CPUBarrier a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
1
-5
/
+4
*
core_cpu: Make arm_interface instances a std::unique_ptr
Lioncash
2018-09-25
1
-3
/
+3
*
kernel/scheduler: Take ARM_Interface instance by reference in the constructor
Lioncash
2018-09-25
1
-1
/
+1
*
core/core_cpu: Replace exclusive monitor include with forward declaration
Lioncash
2018-09-18
1
-0
/
+3
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-2
/
+2
*
Merge pull request #1043 from Subv/timing
bunnei
2018-08-13
1
-0
/
+1
|
\
|
*
CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.
Subv
2018-08-13
1
-0
/
+1
*
|
CPU/HLE: Lock the HLE mutex before performing a reschedule.
Subv
2018-08-13
1
-0
/
+3
|
/
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+0
*
Implement exclusive monitor
MerryMage
2018-07-22
1
-3
/
+16
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-2
/
+2
*
core: Add a configuration setting for use_multi_core.
bunnei
2018-05-11
1
-3
/
+8
*
core: Support session close with multicore.
bunnei
2018-05-11
1
-1
/
+28
*
core: Implement multicore support.
bunnei
2018-05-11
1
-1
/
+1
*
core: Create a thread for each CPU core, keep in lock-step with a barrier.
bunnei
2018-05-11
1
-5
/
+20
*
core: Move common CPU core things to its own class.
bunnei
2018-05-11
1
-0
/
+72