From 6193be13e947ec83e1d38fc6fec909c88c9a41cc Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 24 Aug 2013 20:44:49 +0000 Subject: [PATCH] Fix hard reset mnemonic on N64 and Saturn --- BizHawk.MultiClient/movie/MovieMnemonics.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.MultiClient/movie/MovieMnemonics.cs b/BizHawk.MultiClient/movie/MovieMnemonics.cs index 8acb59cfd3..c4c9873584 100644 --- a/BizHawk.MultiClient/movie/MovieMnemonics.cs +++ b/BizHawk.MultiClient/movie/MovieMnemonics.cs @@ -142,8 +142,8 @@ namespace BizHawk.MultiClient {"PC Engine Controller", new Dictionary {}}, {"SMS Controller", new Dictionary {{"Pause", "p"}, {"Reset", "r"}}}, {"TI83 Controller", new Dictionary {}}, - {"Nintento 64 Controller", new Dictionary {{"Pause", "p"}, {"Reset", "r"}}}, - {"Saturn Controller", new Dictionary {{"Pause", "p"}, {"Reset", "r"}}}, + {"Nintento 64 Controller", new Dictionary {{"Power", "P"}, {"Reset", "r"}}}, + {"Saturn Controller", new Dictionary {{"Power", "P"}, {"Reset", "r"}}}, }; public static readonly Dictionary PLAYERS = new Dictionary