mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 10:22:24 -07: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