From eafa39456f4a03395755b8ba69122655c843e9c3 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 7 May 2017 18:05:09 -0500 Subject: [PATCH] Genesis - there's a couple more buttons on the menacer --- BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs | 2 ++ .../Consoles/Sega/gpgx/GPGXControlConverter.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs index e03102e656..409f28cf71 100644 --- a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs +++ b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs @@ -88,6 +88,8 @@ namespace BizHawk.Client.Common { "Fire", 'F' }, { "Lightgun Trigger", 'T' }, { "Lightgun Start", 'S' }, + { "Lightgun B", 'B' }, + { "Lightgun C", 'C' }, { "Microphone", 'M' }, { "Star", '*' }, diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGXControlConverter.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGXControlConverter.cs index b61951db55..c6abc8720a 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGXControlConverter.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGXControlConverter.cs @@ -63,6 +63,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx { new CName("Lightgun Trigger", LibGPGX.INPUT_KEYS.INPUT_MENACER_TRIGGER), new CName("Lightgun Start", LibGPGX.INPUT_KEYS.INPUT_MENACER_START), + new CName("Lightgun B", LibGPGX.INPUT_KEYS.INPUT_MOUSE_RIGHT), + new CName("Lightgun C", LibGPGX.INPUT_KEYS.INPUT_MOUSE_LEFT) }; static CName[] Activator =