forked from Ivasoft/DSView
Remove the assert for the firmware file dir is not exist
This commit is contained in:
@@ -443,7 +443,7 @@ QString GetFirmwareDir()
|
||||
}
|
||||
|
||||
dsv_err("%s%s", "Resource directory is not exists:", dir1.absolutePath().toUtf8().data());
|
||||
assert(false);
|
||||
return dir1.absolutePath();
|
||||
}
|
||||
|
||||
QString GetUserDataDir()
|
||||
|
||||
Reference in New Issue
Block a user