From 8a0bf19869191c4e9356972711ccb2631d2fca27 Mon Sep 17 00:00:00 2001 From: James Groom Date: Sun, 28 Apr 2024 23:54:57 +1000 Subject: [PATCH] Restore previous GPGX display name if you're going to fix this, fix the rest at the same time, and use the name verbatim with spaces --- src/BizHawk.Emulation.Cores/CoreNames.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/CoreNames.cs b/src/BizHawk.Emulation.Cores/CoreNames.cs index e1b4434e41..34f729b723 100644 --- a/src/BizHawk.Emulation.Cores/CoreNames.cs +++ b/src/BizHawk.Emulation.Cores/CoreNames.cs @@ -29,7 +29,7 @@ namespace BizHawk.Emulation.Cores public const string GBHawkLink3x = "GBHawkLink3x"; public const string GBHawkLink4x = "GBHawkLink4x"; public const string GGHawkLink = "GGHawkLink"; - public const string Gpgx = "GenesisPlusGX"; + public const string Gpgx = "Genplus-gx"; public const string Handy = "Handy"; public const string HyperNyma = "HyperNyma"; public const string IntelliHawk = "IntelliHawk";