dont pop open the archive chooser when power cycling a rom from an archive

This commit is contained in:
zeromus 2011-06-12 22:55:34 +00:00
parent c767018bcf
commit 1b16d640bf
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ namespace BizHawk.MultiClient
Global.RenderPanel.AddMessage("Cheats file loaded");
}
Cheats1.Restart();
CurrentlyOpenRom = path;
CurrentlyOpenRom = file.CanonicalFullPath;
HandlePlatformMenus();
return true;
}