File association: Fixed issue when opening a movie file while the emu is not running

This commit is contained in:
Souryo 2016-01-31 14:07:40 -05:00
parent 864dff5983
commit 441d5e108d

View file

@ -63,7 +63,7 @@ namespace Mesen.GUI.Forms
UpdateRecentFiles();
if(_romToLoad != null) {
LoadROM(this._romToLoad);
LoadFile(this._romToLoad);
}
}