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