diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs index 798fc8aeab..7feef797b3 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs @@ -145,6 +145,8 @@ 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; } } @@ -173,7 +175,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx Activator, Teamplayer, Wayplay, - Mouse + Mouse, + LightPhaser, }