diff options
Diffstat (limited to 'src/core/system.cpp')
| -rw-r--r-- | src/core/system.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/system.cpp b/src/core/system.cpp index 4fc266cb0..f2bf648bd 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp | |||
| @@ -6,18 +6,18 @@ | |||
| 6 | 6 | ||
| 7 | #include "core/core.h" | 7 | #include "core/core.h" |
| 8 | #include "core/core_timing.h" | 8 | #include "core/core_timing.h" |
| 9 | #include "core/system.h" | ||
| 10 | #include "core/gdbstub/gdbstub.h" | 9 | #include "core/gdbstub/gdbstub.h" |
| 11 | #include "core/hw/hw.h" | ||
| 12 | #include "core/hle/hle.h" | 10 | #include "core/hle/hle.h" |
| 13 | #include "core/hle/kernel/kernel.h" | 11 | #include "core/hle/kernel/kernel.h" |
| 14 | #include "core/hle/kernel/memory.h" | 12 | #include "core/hle/kernel/memory.h" |
| 13 | #include "core/hw/hw.h" | ||
| 14 | #include "core/system.h" | ||
| 15 | 15 | ||
| 16 | #include "video_core/video_core.h" | 16 | #include "video_core/video_core.h" |
| 17 | 17 | ||
| 18 | namespace System { | 18 | namespace System { |
| 19 | 19 | ||
| 20 | static bool is_powered_on{ false }; | 20 | static bool is_powered_on{false}; |
| 21 | 21 | ||
| 22 | Result Init(EmuWindow* emu_window) { | 22 | Result Init(EmuWindow* emu_window) { |
| 23 | Core::Init(); | 23 | Core::Init(); |