mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix non-SQLite build (fixes #1254)
This commit is contained in:
parent
2a5736aa86
commit
60c81c5051
|
@ -75,9 +75,11 @@ void GBAApp::cleanup() {
|
|||
finishJob(m_workerJobs.firstKey());
|
||||
}
|
||||
|
||||
#ifdef USE_SQLITE3
|
||||
if (m_db) {
|
||||
NoIntroDBDestroy(m_db);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
bool GBAApp::event(QEvent* event) {
|
||||
|
|
Loading…
Reference in New Issue