1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 09:26:30 -05:00

threading: Reschedule only on cores that are necessary.

This commit is contained in:
bunnei
2018-05-05 23:54:43 -04:00
parent d6e3cd9a17
commit 8aa5d25f82
4 changed files with 10 additions and 3 deletions

View File

@@ -114,6 +114,8 @@ public:
ARM_Interface& ArmInterface(size_t core_index);
Cpu& CpuCore(size_t core_index);
Tegra::GPU& GPU() {
return *gpu_core;
}