From 7c35d7b80d91495e115d83b454010a8b184dc1cf Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 21 Jun 2015 16:20:39 +0000 Subject: [PATCH] AppleII mnemonics - make L and R uppercase to be consistent with other alphanumeric buttons. I don't think this change breaks anything, other than cosmetics when looking at pre-existing Apple II movies --- BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs index 36aa569cb0..5d09b93630 100644 --- a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs +++ b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs @@ -271,7 +271,9 @@ namespace BizHawk.Client.Common { "Next Disk", '>' }, { "Previous Disk", '<' }, { "White Apple", 'w' }, - { "Black Apple", 'b' } + { "Black Apple", 'b' }, + { "L", 'L' }, + { "R", 'R' } } } };