small memwatch bug fix
This commit is contained in:
parent
64d43f70d3
commit
42942032e8
|
@ -537,7 +537,8 @@ void OpenMemwatchRecentFile(int memwRFileNumber)
|
|||
char watchfcontents[2048];
|
||||
|
||||
FILE *fp=FCEUD_UTF8fopen(x,"r");
|
||||
|
||||
strcpy(memwLastFilename,x);
|
||||
|
||||
if (rnum != 0) //Change order of recent files if not most recent
|
||||
MemwAddRecentFile(x);
|
||||
|
||||
|
|
Loading…
Reference in New Issue