Fixed crash when using MRU shortcuts
This commit is contained in:
parent
2c55437a44
commit
d83de40701
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ namespace NES {
|
||||||
|
|
||||||
AddToMRU(filepath);
|
AddToMRU(filepath);
|
||||||
|
|
||||||
Start(filename);
|
Start(filepath);
|
||||||
}
|
}
|
||||||
|
|
||||||
return filepath;
|
return filepath;
|
||||||
|
|
Loading…
Add table
Reference in a new issue