Platform Chooser - don't ask twice, not sure how this code managed to survive this long, or how it went unnoticed.

This commit is contained in:
adelikat 2015-05-27 20:35:36 +00:00
parent 996c7bc847
commit 448513b1c4
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ namespace BizHawk.Client.Common
var result = ChoosePlatform(rom);
if (!string.IsNullOrEmpty(result))
{
rom.GameInfo.System = ChoosePlatform(rom);
rom.GameInfo.System = result;
}
else
{