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_manager.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-27
General: Cleanup legacy code.
Fernando Sahmkow
1
-63
/
+0
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
1
-1
/
+1
2020-01-27
System: Address Feedback
Fernando Sahmkow
1
-2
/
+0
2020-01-26
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
1
-3
/
+3
2020-01-25
Core: Refactor CPU Management.
Fernando Sahmkow
1
-58
/
+3
2019-11-27
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
1
-1
/
+17
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
1
-0
/
+2
2019-10-15
Kernel: Style and Corrections
Fernando Sahmkow
1
-1
/
+1
2019-10-15
Correct PrepareReschedule
Fernando Sahmkow
1
-1
/
+1
2019-10-15
Redesign CPU Cores to work with the new scheduler
Fernando Sahmkow
1
-0
/
+2
2019-03-04
kernel/scheduler: Pass in system instance in constructor
Lioncash
1
-2
/
+6
2019-02-16
core_timing: Convert core timing into a class
Lioncash
1
-1
/
+7
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
1
-3
/
+7
2018-10-15
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
Lioncash
1
-3
/
+2
2018-10-15
core: Make CPUBarrier a unique_ptr instead of a shared_ptr
Lioncash
1
-3
/
+3
2018-09-25
core_cpu: Make arm_interface instances a std::unique_ptr
Lioncash
1
-1
/
+1
2018-09-18
core/core_cpu: Replace exclusive monitor include with forward declaration
Lioncash
1
-2
/
+3
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-4
/
+4
2018-08-25
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
1
-2
/
+2
2018-08-13
Core/HLE: Make the 'reschedule_pending' flag atomic.
Subv
1
-1
/
+1
2018-07-22
Implement exclusive monitor
MerryMage
1
-1
/
+9
2018-05-11
core: Support session close with multicore.
bunnei
1
-10
/
+7
2018-05-11
core: Implement multicore support.
bunnei
1
-4
/
+8
2018-05-11
core: Create a thread for each CPU core, keep in lock-step with a barrier.
bunnei
1
-1
/
+32
2018-05-11
core: Move common CPU core things to its own class.
bunnei
1
-0
/
+46