Fixed crash when using MRU shortcuts

This commit is contained in:
Souryo 2014-06-30 14:44:49 -04:00
parent 2c55437a44
commit d83de40701

View file

@ -337,7 +337,7 @@ namespace NES {
AddToMRU(filepath);
Start(filename);
Start(filepath);
}
return filepath;