mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 16:37:57 -05:00
threading: Reschedule only on cores that are necessary.
This commit is contained in:
@ -114,6 +114,8 @@ public:
|
||||
|
||||
ARM_Interface& ArmInterface(size_t core_index);
|
||||
|
||||
Cpu& CpuCore(size_t core_index);
|
||||
|
||||
Tegra::GPU& GPU() {
|
||||
return *gpu_core;
|
||||
}
|
||||
|
Reference in New Issue
Block a user