mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-08 14:50:44 +01:00
This commit is contained in:
parent
95f1603592
commit
e10467ab66
@ -482,11 +482,6 @@ int BrowserLoadFile()
|
||||
if(!IsValidROM())
|
||||
goto done;
|
||||
|
||||
strcpy(loadedFile, browserList[browser.selIndex].filename);
|
||||
|
||||
// store the filename (w/o ext) - used for ram/state naming
|
||||
StripExt(romFilename, browserList[browser.selIndex].filename);
|
||||
|
||||
loadingFile = true;
|
||||
|
||||
if(!inSz)
|
||||
@ -529,6 +524,11 @@ int BrowserLoadFile()
|
||||
LoadStateAuto(SILENT);
|
||||
|
||||
ResetNES();
|
||||
|
||||
// store the filename (w/o ext) - used for ram/state naming
|
||||
StripExt(romFilename, browserList[browser.selIndex].filename);
|
||||
strcpy(loadedFile, browserList[browser.selIndex].filename);
|
||||
|
||||
ResetBrowser();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user