File association: Fixed issue when opening a movie file while the emu is not running
This commit is contained in:
parent
864dff5983
commit
441d5e108d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ namespace Mesen.GUI.Forms
|
|||
UpdateRecentFiles();
|
||||
|
||||
if(_romToLoad != null) {
|
||||
LoadROM(this._romToLoad);
|
||||
LoadFile(this._romToLoad);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue