Added controller hotkeys cvar (#119)

* Added controller hotkeys setting

Added option to disable controller hotkeys
Minor Changes

* Fixed locked input system

The input system lock should be released even if a controller is not connected.
This commit is contained in:
Adrian
2023-01-29 18:26:25 +00:00
committed by GitHub
parent 89f3598426
commit b10c84b340
3 changed files with 44 additions and 26 deletions

View File

@@ -208,6 +208,7 @@ class EmulatorWindow {
void GamepadHotKeys();
void ToggleGPUSetting(gpu_cvar index);
bool IsUseNexusForGameBarEnabled();
std::string BoolToString(bool value);
void DisplayHotKeysConfig();
xe::X_STATUS RunTitle(std::filesystem::path path);