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
This commit is contained in:
James Groom 2024-04-28 23:54:57 +10:00 committed by GitHub
parent 50cc68a9b3
commit 8a0bf19869
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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";