o, good catch Generic

This commit is contained in:
Arisotura 2022-01-04 12:05:57 +01:00
parent 7c104310d7
commit 47a0998285
1 changed files with 1 additions and 0 deletions

View File

@ -2435,6 +2435,7 @@ void MainWindow::onImportSavefile()
fread(data, len, 1, f);
NDS::LoadSave(data, len);
delete[] data;
fclose(f);
emuThread->emuUnpause();