LittleWhite 10 жил өмнө
parent
commit
e649f5d98d
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      src/core/system.cpp

+ 2 - 0
src/core/system.cpp

@@ -29,6 +29,8 @@ Result Init(EmuWindow* emu_window) {
     }
     AudioCore::Init();
     GDBStub::Init();
+
+    return Result::Success;
 }
 
 void Shutdown() {