mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix non-SQLITE build
This commit is contained in:
parent
dc41b7cae2
commit
c0c903eb3e
|
@ -235,7 +235,7 @@ bool GBAApp::reloadGameDB() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
bool GBAApp::loadGameDB() {
|
bool GBAApp::reloadGameDB() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue