Neglected to save a change for the last commit.
This commit is contained in:
parent
40eff5685b
commit
0bbf59739b
|
@ -295,7 +295,6 @@ void SaveRomAs()
|
|||
ofn.lpstrTitle="Save Nes ROM as...";
|
||||
ofn.lpstrFilter=filter;
|
||||
strcpy(nameo,GetRomName());
|
||||
strcat(nameo,"_save.nes");
|
||||
ofn.lpstrFile=nameo;
|
||||
ofn.nMaxFile=256;
|
||||
ofn.Flags=OFN_EXPLORER|OFN_FILEMUSTEXIST|OFN_HIDEREADONLY;
|
||||
|
|
Loading…
Reference in New Issue