diff options
| author | 2020-11-27 19:29:59 -0300 | |
|---|---|---|
| committer | 2020-11-27 19:29:59 -0300 | |
| commit | 1dbe39f7a25357b40541ca536698cb09bb7df4ff (patch) | |
| tree | 285ffb3801aa773cb3537f77153a9e432390f6b8 /src/core/cpu_manager.cpp | |
| parent | Merge pull request #5023 from lioncash/save-global (diff) | |
| parent | core: Eliminate remaining usages of the global system instance (diff) | |
| download | yuzu-1dbe39f7a25357b40541ca536698cb09bb7df4ff.tar.gz yuzu-1dbe39f7a25357b40541ca536698cb09bb7df4ff.tar.xz yuzu-1dbe39f7a25357b40541ca536698cb09bb7df4ff.zip | |
Merge pull request #5028 from lioncash/final-system
core: Eliminate remaining usages of the global system instance
Diffstat (limited to 'src/core/cpu_manager.cpp')
| -rw-r--r-- | src/core/cpu_manager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cpu_manager.cpp b/src/core/cpu_manager.cpp index 100e90d82..eeeb6e8df 100644 --- a/src/core/cpu_manager.cpp +++ b/src/core/cpu_manager.cpp | |||
| @@ -10,7 +10,6 @@ | |||
| 10 | #include "core/core.h" | 10 | #include "core/core.h" |
| 11 | #include "core/core_timing.h" | 11 | #include "core/core_timing.h" |
| 12 | #include "core/cpu_manager.h" | 12 | #include "core/cpu_manager.h" |
| 13 | #include "core/gdbstub/gdbstub.h" | ||
| 14 | #include "core/hle/kernel/kernel.h" | 13 | #include "core/hle/kernel/kernel.h" |
| 15 | #include "core/hle/kernel/physical_core.h" | 14 | #include "core/hle/kernel/physical_core.h" |
| 16 | #include "core/hle/kernel/scheduler.h" | 15 | #include "core/hle/kernel/scheduler.h" |