diff options
Diffstat (limited to 'src/core/system.cpp')
-rw-r--r-- | src/core/system.cpp | 8 |
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 @@ // Refer to the license.txt file included. #include "audio_core/audio_core.h" - #include "core/core.h" #include "core/core_timing.h" -#include "core/system.h" #include "core/gdbstub/gdbstub.h" -#include "core/hw/hw.h" #include "core/hle/hle.h" #include "core/hle/kernel/kernel.h" #include "core/hle/kernel/memory.h" - +#include "core/hw/hw.h" +#include "core/system.h" #include "video_core/video_core.h" namespace System { -static bool is_powered_on{ false }; +static bool is_powered_on{false}; Result Init(EmuWindow* emu_window) { Core::Init(); |