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

pull/2508/head
Connor McLaughlin 4 years ago
parent bba6ad4a84
commit 78c92a3bf7

@ -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);
}

Loading…
Cancel
Save