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

This commit is contained in:
adelikat 2015-06-21 16:20:39 +00:00
parent 46feea39cd
commit 7c35d7b80d
1 changed files with 3 additions and 1 deletions

View File

@ -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' }
}
}
};