diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs index 7feef797b3..798fc8aeab 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs @@ -145,8 +145,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx return LibGPGX.INPUT_SYSTEM.SYSTEM_WAYPLAY; case ControlType.Mouse: return LibGPGX.INPUT_SYSTEM.SYSTEM_MOUSE; - case ControlType.LightPhaser: - return LibGPGX.INPUT_SYSTEM.SYSTEM_LIGHTPHASER; } } @@ -175,8 +173,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx Activator, Teamplayer, Wayplay, - Mouse, - LightPhaser, + Mouse }