Remapping: Documentation and defaults update + add option to use a unified config (#2302)

* Add a toggle to use unified or per-game configs, and add a deadzone example to the default config

* Add a checkbox to toggle config type

* clang
This commit is contained in:
kalaposfos13
2025-01-31 17:41:11 +01:00
committed by GitHub
parent c4bfaa6031
commit 9aa6c5b951
5 changed files with 36 additions and 6 deletions

View File

@@ -43,6 +43,8 @@ std::string getBackButtonBehavior();
bool getUseSpecialPad();
int getSpecialPadClass();
bool getIsMotionControlsEnabled();
bool GetUseUnifiedInputConfig();
void SetUseUnifiedInputConfig(bool use);
u32 getScreenWidth();
u32 getScreenHeight();