From bf5c73b40ca5a93fb24939137ed8009366083cd9 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Fri, 9 Jul 2021 11:55:47 -0400 Subject: [PATCH] Resolve #2713 --- src/BizHawk.Client.Common/config/Binding.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BizHawk.Client.Common/config/Binding.cs b/src/BizHawk.Client.Common/config/Binding.cs index 29266e2f8e..2fa48d95a9 100644 --- a/src/BizHawk.Client.Common/config/Binding.cs +++ b/src/BizHawk.Client.Common/config/Binding.cs @@ -112,8 +112,6 @@ namespace BizHawk.Client.Common Bind("General", "Toggle Throttle"), Bind("General", "Soft Reset"), Bind("General", "Hard Reset"), - Bind("General", "Quick Load", "P"), - Bind("General", "Quick Save", "I"), Bind("General", "Autofire"), Bind("General", "Autohold"), Bind("General", "Clear Autohold"), @@ -177,6 +175,8 @@ namespace BizHawk.Client.Common Bind("Save States", "Select State 7", "Number7"), Bind("Save States", "Select State 8", "Number8"), Bind("Save States", "Select State 9", "Number9"), + Bind("Save States", "Quick Load", "P"), + Bind("Save States", "Quick Save", "I"), Bind("Save States", "Save Named State"), Bind("Save States", "Load Named State"), Bind("Save States", "Previous Slot"),