Replace Back Button Behaviour with a rebindable solution (#3114)

This commit is contained in:
kalaposfos13
2025-06-20 11:51:55 +02:00
committed by GitHub
parent 43321fb45a
commit e214ca6884
7 changed files with 46 additions and 81 deletions

View File

@@ -102,7 +102,6 @@ bool getCompatibilityEnabled();
bool getCheckCompatibilityOnStartup();
std::string getUserName();
std::string getChooseHomeTab();
std::string getBackButtonBehavior();
bool GetUseUnifiedInputConfig();
void SetUseUnifiedInputConfig(bool use);
bool GetOverrideControllerColor();
@@ -116,7 +115,6 @@ void setAllGameInstallDirs(const std::vector<GameInstallDir>& dirs_config);
void setSaveDataPath(const std::filesystem::path& path);
void setCompatibilityEnabled(bool use);
void setCheckCompatibilityOnStartup(bool use);
void setBackButtonBehavior(const std::string& type);
// Gui
bool addGameInstallDir(const std::filesystem::path& dir, bool enabled = true);
void removeGameInstallDir(const std::filesystem::path& dir);