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 {