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
/
cpu_manager.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-31
core/cpu_manager: Remove unused includes
Lioncash
1
-2
/
+0
2020-01-27
System: Address Feedback
Fernando Sahmkow
1
-1
/
+0
2020-01-26
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
1
-26
/
+19
2020-01-25
Core: Refactor CPU Management.
Fernando Sahmkow
1
-62
/
+1
2019-11-27
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
1
-1
/
+1
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
1
-0
/
+1
2019-10-11
Core_Timing: Address Feedback and suppress warnings.
Fernando Sahmkow
1
-2
/
+2
2019-10-09
Core Timing: Rework Core Timing to run all cores evenly.
Fernando Sahmkow
1
-6
/
+13
2019-04-12
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
1
-2
/
+4
2019-03-04
kernel/scheduler: Pass in system instance in constructor
Lioncash
1
-2
/
+1
2019-02-16
core_timing: Convert core timing into a class
Lioncash
1
-1
/
+2
2018-11-22
core: Relocate CPU core management to its own class
Lioncash
1
-0
/
+142