Revert "Add light gun option for Genesis gamepads"

This reverts commit 92241b15cf.
This commit is contained in:
nattthebear 2021-04-18 08:32:43 -04:00
parent 771b5397fe
commit 9243a6a215
1 changed files with 1 additions and 4 deletions

View File

@ -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
}