mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
o, good catch Generic
This commit is contained in:
@ -2435,6 +2435,7 @@ void MainWindow::onImportSavefile()
|
|||||||
fread(data, len, 1, f);
|
fread(data, len, 1, f);
|
||||||
|
|
||||||
NDS::LoadSave(data, len);
|
NDS::LoadSave(data, len);
|
||||||
|
delete[] data;
|
||||||
|
|
||||||
fclose(f);
|
fclose(f);
|
||||||
emuThread->emuUnpause();
|
emuThread->emuUnpause();
|
||||||
|
Reference in New Issue
Block a user