all repos — mgba @ 60c81c505123bd86b73c35db0250915736915430

mGBA Game Boy Advance Emulator

Qt: Fix non-SQLite build (fixes #1254)
Vicki Pfau vi@endrift.com
Sat, 08 Dec 2018 16:41:19 -0800
commit

60c81c505123bd86b73c35db0250915736915430

parent

2a5736aa86c50b6867b58f62dd5a604cc5a89a93

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

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

@@ -75,9 +75,11 @@ while (!m_workerJobs.isEmpty()) {

finishJob(m_workerJobs.firstKey()); } +#ifdef USE_SQLITE3 if (m_db) { NoIntroDBDestroy(m_db); } +#endif } bool GBAApp::event(QEvent* event) {