mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-17 03:15:39 +00:00
fixup! NoGUI: Move default quick menu bind out of CommonHostInterface
This commit is contained in:
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…
Reference in a new issue