summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLittleWhite <lw.demoscene@googlemail.com>2016-03-09 22:20:08 +0100
committerLittleWhite <lw.demoscene@googlemail.com>2016-03-09 22:20:08 +0100
commite649f5d98d8cd90401fa05938b1c68fdf4ea453f (patch)
tree0fbe821c7848c625d296619e4eaab6ea7472a937 /src/core
parentMerge pull request #1474 from lioncash/renderer (diff)
downloadyuzu-e649f5d98d8cd90401fa05938b1c68fdf4ea453f.tar
yuzu-e649f5d98d8cd90401fa05938b1c68fdf4ea453f.tar.gz
yuzu-e649f5d98d8cd90401fa05938b1c68fdf4ea453f.tar.bz2
yuzu-e649f5d98d8cd90401fa05938b1c68fdf4ea453f.tar.lz
yuzu-e649f5d98d8cd90401fa05938b1c68fdf4ea453f.tar.xz
yuzu-e649f5d98d8cd90401fa05938b1c68fdf4ea453f.tar.zst
yuzu-e649f5d98d8cd90401fa05938b1c68fdf4ea453f.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/system.cpp2
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() {