all repos — mgba @ 712abdeb0f46789d9da03216d5234cddda3d36af

mGBA Game Boy Advance Emulator

Qt: Fix non-SQLITE build
Jeffrey Pfau jeffrey@endrift.com
Tue, 10 Jan 2017 23:38:58 -0800
commit

712abdeb0f46789d9da03216d5234cddda3d36af

parent

c0c903eb3e07a19800a1ff996bb3f6311e78e0c5

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/GBAApp.cppsrc/platform/qt/GBAApp.cpp

@@ -106,8 +106,10 @@ w->multiplayerChanged();

} GBAApp::~GBAApp() { +#ifdef USE_SQLITE3 m_parseThread.quit(); m_parseThread.wait(); +#endif } bool GBAApp::event(QEvent* event) {