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:
parent
46feea39cd
commit
7c35d7b80d
|
@ -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' }
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue