summaryrefslogtreecommitdiff
path: root/src/core/core_cpu.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2019-04-02 09:22:53 -0400
committerGravatar FernandoS272019-10-15 11:55:12 -0400
commitfcc6b34fff3c9322a35e6457a699e70585a7e014 (patch)
tree7fbd96994170ff2707f65e42dc6a4832c6531d07 /src/core/core_cpu.h
parentComment and reorganize the scheduler (diff)
downloadyuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar.gz
yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar.xz
yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.zip
Correct PrepareReschedule
Diffstat (limited to 'src/core/core_cpu.h')
-rw-r--r--src/core/core_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_cpu.h b/src/core/core_cpu.h
index 5dde2994c..0cde54787 100644
--- a/src/core/core_cpu.h
+++ b/src/core/core_cpu.h
@@ -14,7 +14,7 @@
14namespace Kernel { 14namespace Kernel {
15class Scheduler; 15class Scheduler;
16class GlobalScheduler; 16class GlobalScheduler;
17} 17} // namespace Kernel
18 18
19namespace Core { 19namespace Core {
20class System; 20class System;