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:
parent
996c7bc847
commit
448513b1c4
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue