From 448513b1c4ac21a9500e437ebed115fb4018ba85 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 27 May 2015 20:35:36 +0000 Subject: [PATCH] Platform Chooser - don't ask twice, not sure how this code managed to survive this long, or how it went unnoticed. --- BizHawk.Client.Common/RomLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/RomLoader.cs b/BizHawk.Client.Common/RomLoader.cs index b18c9ebf63..0869c2eb30 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -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 {