Revert "Add light gun option for Genesis gamepads"
This reverts commit 92241b15cf
.
This commit is contained in:
parent
771b5397fe
commit
9243a6a215
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue