Fix hard reset mnemonic on N64 and Saturn

This commit is contained in:
adelikat 2013-08-24 20:44:49 +00:00
parent 1c18da52b3
commit 6193be13e9
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ namespace BizHawk.MultiClient
{"PC Engine Controller", new Dictionary<string, string> {}},
{"SMS Controller", new Dictionary<string, string> {{"Pause", "p"}, {"Reset", "r"}}},
{"TI83 Controller", new Dictionary<string, string> {}},
{"Nintento 64 Controller", new Dictionary<string, string> {{"Pause", "p"}, {"Reset", "r"}}},
{"Saturn Controller", new Dictionary<string, string> {{"Pause", "p"}, {"Reset", "r"}}},
{"Nintento 64 Controller", new Dictionary<string, string> {{"Power", "P"}, {"Reset", "r"}}},
{"Saturn Controller", new Dictionary<string, string> {{"Power", "P"}, {"Reset", "r"}}},
};
public static readonly Dictionary<string, int> PLAYERS = new Dictionary<string, int>