C64 - FIx mnemonics for previous and next disk buttons

This commit is contained in:
adelikat 2017-06-04 11:27:36 -05:00
parent cd7e6f4f67
commit 617bc16079
1 changed files with 4 additions and 3 deletions

View File

@ -116,7 +116,10 @@ namespace BizHawk.Client.Common
["Open"] = 'O',
["Close"] = 'C',
["Pedal"] = 'P'
["Pedal"] = 'P',
["Next Disk"] = '>',
["Previous Disk"] = '<'
};
private readonly Dictionary<string, Dictionary<string, char>> _systemOverrides = new Dictionary<string, Dictionary<string, char>>
@ -300,8 +303,6 @@ namespace BizHawk.Client.Common
["Control"] = 'c' ,
["Shift"] = '^' ,
["Caps Lock"] = 'C' ,
["Next Disk"] = '>' ,
["Previous Disk"] = '<' ,
["White Apple"] = 'w' ,
["Black Apple"] = 'b' ,
["L"] = 'L' ,