fixup! NoGUI: Move default quick menu bind out of CommonHostInterface

This commit is contained in:
Connor McLaughlin 2021-08-15 12:57:35 +10:00
parent bba6ad4a84
commit 78c92a3bf7

View file

@ -100,6 +100,9 @@ void UWPHostInterface::SetDefaultSettings(SettingsInterface& si)
si.SetStringValue("Main", "ControllerBackend", "XInput");
si.AddToStringList("GameList", "RecursivePaths", GetUserDirectoryRelativePath("games").c_str());
// TODO: Maybe we should bind this to F1 in the future.
si.SetStringValue("Hotkeys", "OpenQuickMenu", "Keyboard/Escape");
if (IsRunningOnXbox())
SetDefaultSettingsForXbox(si);
}