mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 15:22:40 +00: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