mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
threading: Reschedule only on cores that are necessary.
This commit is contained in:
parent
9e559ceb09
commit
5a5850af69
4 changed files with 10 additions and 3 deletions
|
@ -114,6 +114,8 @@ public:
|
|||
|
||||
ARM_Interface& ArmInterface(size_t core_index);
|
||||
|
||||
Cpu& CpuCore(size_t core_index);
|
||||
|
||||
Tegra::GPU& GPU() {
|
||||
return *gpu_core;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue