From 8dd31a39e503125eb8a4f6f33107bed35bb73b10 Mon Sep 17 00:00:00 2001 From: feos Date: Fri, 10 Apr 2020 19:28:09 +0300 Subject: [PATCH] one more mame mnemonics --- BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs index aa0e1e41d8..c3468fa7c7 100644 --- a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs +++ b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs @@ -469,6 +469,7 @@ namespace BizHawk.Client.Common ["8 Players Start"] = '8', ["Service"] = 'S', ["Service Mode"] = 'S', + ["Service Button"] = 'S', ["Service 1"] = 's', ["Service 2"] = 's', ["Service 3"] = 's', @@ -478,6 +479,10 @@ namespace BizHawk.Client.Common ["Tilt 2"] = 't', ["Tilt 3"] = 't', ["Tilt 4"] = 't', + ["Foot Pedal"] = 'P', + ["Gun Trigger"] = 'G', + ["Lightgun X"] = 'X', + ["Lightgun Y"] = 'Y', } }; }