make extensions how gpgx wants to see them
This commit is contained in:
parent
60fb92f685
commit
65a7c89318
|
@ -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")
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue