[nostalgia/core/qt] Add missing return nostalgia::core::shutdownGfx

This commit is contained in:
Gary Talent 2020-03-22 19:01:12 -05:00
parent 43318acffa
commit 4dab05aef5

View File

@ -15,6 +15,7 @@ ox::Error initGfx(Context*) {
}
ox::Error shutdownGfx(Context*) {
return OxError(1);
}
ox::Error initConsole(Context*) {