dont pop open the archive chooser when power cycling a rom from an archive
This commit is contained in:
parent
c767018bcf
commit
1b16d640bf
|
@ -854,7 +854,7 @@ namespace BizHawk.MultiClient
|
||||||
Global.RenderPanel.AddMessage("Cheats file loaded");
|
Global.RenderPanel.AddMessage("Cheats file loaded");
|
||||||
}
|
}
|
||||||
Cheats1.Restart();
|
Cheats1.Restart();
|
||||||
CurrentlyOpenRom = path;
|
CurrentlyOpenRom = file.CanonicalFullPath;
|
||||||
HandlePlatformMenus();
|
HandlePlatformMenus();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue