mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-02 12:00:01 -06:00
fix more shit
now it doesn't shit itself on startup if the BIOS paths are wrong
This commit is contained in:
@ -1009,6 +1009,9 @@ bool MainWindow::verifySetup()
|
||||
|
||||
bool MainWindow::preloadROMs(QStringList file, QStringList gbafile, bool boot)
|
||||
{
|
||||
if (file.isEmpty() && gbafile.isEmpty())
|
||||
return false;
|
||||
|
||||
if (!verifySetup())
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user