make extensions how gpgx wants to see them

This commit is contained in:
CasualPokePlayer 2024-04-30 00:48:41 -07:00
parent 60fb92f685
commit 65a7c89318
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
{
VSystemID.Raw.GEN => "GEN",
VSystemID.Raw.SMS => "SMS",
VSystemID.Raw.GG => "GG",
VSystemID.Raw.SG => "SG",
VSystemID.Raw.GG => ".GG",
VSystemID.Raw.SG => ".SG",
_ => throw new InvalidOperationException("Invalid system id")
};
}