diff options
| author | 2019-04-02 09:22:53 -0400 | |
|---|---|---|
| committer | 2019-10-15 11:55:12 -0400 | |
| commit | fcc6b34fff3c9322a35e6457a699e70585a7e014 (patch) | |
| tree | 7fbd96994170ff2707f65e42dc6a4832c6531d07 /src/core/core_cpu.h | |
| parent | Comment and reorganize the scheduler (diff) | |
| download | yuzu-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.h | 2 |
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 @@ | |||
| 14 | namespace Kernel { | 14 | namespace Kernel { |
| 15 | class Scheduler; | 15 | class Scheduler; |
| 16 | class GlobalScheduler; | 16 | class GlobalScheduler; |
| 17 | } | 17 | } // namespace Kernel |
| 18 | 18 | ||
| 19 | namespace Core { | 19 | namespace Core { |
| 20 | class System; | 20 | class System; |