diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/system.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/system.cpp b/src/core/system.cpp index 1e3b2783c..4a4757af3 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -29,6 +29,8 @@ Result Init(EmuWindow* emu_window) { } AudioCore::Init(); GDBStub::Init(); + + return Result::Success; } void Shutdown() { |