index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
cpu_manager.cpp
Age
Commit message (
Expand
)
Author
2020-12-06
core: cpu_manager: Fix a typo in PreemptSingleCore, which broke many games.
bunnei
2020-12-06
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
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-24
core: cpu_manager: Fix shutdown crash when closing before emulation starts.
bunnei
2020-10-26
core: cpu_manager: Add missing call to MicroProfileOnThreadExit().
bunnei
2020-08-31
Merge pull request #4461 from comex/thread-names
LC
2020-08-22
cpu_manager: Make use of ranged for where applicable
Lioncash
2020-08-05
Fix thread naming on Linux, which limits names to 15 bytes.
comex
2020-07-27
cpu_manager: Remove redundant std::function declarations
Lioncash
2020-06-27
General: Tune the priority of main emulation threads so they have higher prio...
Fernando Sahmkow
2020-06-27
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-06-27
SingleCore: Correct ticks reset to be on preemption.
Fernando Sahmkow
2020-06-27
Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.
Fernando Sahmkow
2020-06-27
SingleCore: Improve Cycle timing Behavior and replace mutex in global schedul...
Fernando Sahmkow
2020-06-27
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
GUI: Make multicore only work with Async and add GUI for multicore.
Fernando Sahmkow
2020-06-27
CPU_Manager: Correct stopping on SingleCore.
Fernando Sahmkow
2020-06-27
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
CPU_Manager: Unload/Reload threads on preemption on SingleCore
Fernando Sahmkow
2020-06-27
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
General: Add better safety for JIT use.
Fernando Sahmkow
2020-06-27
SVC: Correct races on physical core switching.
Fernando Sahmkow
2020-06-27
CPU_Manager: Reconfigre guest threads for dynamrmic downsides
Fernando Sahmkow
2020-06-27
SVC: Correct SendSyncRequest.
Fernando Sahmkow
2020-06-27
General: Setup yuzu threads' microprofile, naming and registry.
Fernando Sahmkow
2020-06-27
CPU_Manager: remove debugging code.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-01-30
core/cpu_manager: Remove unused includes
Lioncash
2020-01-27
System: Address Feedback
Fernando Sahmkow
2020-01-26
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow