Genesis - there's a couple more buttons on the menacer

This commit is contained in:
adelikat 2017-05-07 18:05:09 -05:00
parent e839a1c163
commit eafa39456f
2 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,8 @@ namespace BizHawk.Client.Common
{ "Fire", 'F' }, { "Fire", 'F' },
{ "Lightgun Trigger", 'T' }, { "Lightgun Trigger", 'T' },
{ "Lightgun Start", 'S' }, { "Lightgun Start", 'S' },
{ "Lightgun B", 'B' },
{ "Lightgun C", 'C' },
{ "Microphone", 'M' }, { "Microphone", 'M' },
{ "Star", '*' }, { "Star", '*' },

View File

@ -63,6 +63,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
{ {
new CName("Lightgun Trigger", LibGPGX.INPUT_KEYS.INPUT_MENACER_TRIGGER), new CName("Lightgun Trigger", LibGPGX.INPUT_KEYS.INPUT_MENACER_TRIGGER),
new CName("Lightgun Start", LibGPGX.INPUT_KEYS.INPUT_MENACER_START), 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 = static CName[] Activator =