diff --git a/src/nostalgia/core/qt/gfx.cpp b/src/nostalgia/core/qt/gfx.cpp index 66ccf928..01e6f0ba 100644 --- a/src/nostalgia/core/qt/gfx.cpp +++ b/src/nostalgia/core/qt/gfx.cpp @@ -15,6 +15,7 @@ ox::Error initGfx(Context*) { } ox::Error shutdownGfx(Context*) { + return OxError(1); } ox::Error initConsole(Context*) {