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;
|
||||
}
|
||||
#else
|
||||
bool GBAApp::loadGameDB() {
|
||||
bool GBAApp::reloadGameDB() {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue