add support for configurable special pad type

This commit is contained in:
InvoxiPlayGames 2024-08-28 10:27:51 +01:00
parent c37679154e
commit 79e86a39fc
4 changed files with 66 additions and 2 deletions

View file

@ -17,6 +17,9 @@ std::string getLogFilter();
std::string getLogType();
std::string getUserName();
bool getUseSpecialPad();
int getSpecialPadClass();
u32 getScreenWidth();
u32 getScreenHeight();
s32 getGpuId();
@ -44,6 +47,9 @@ void setLanguage(u32 language);
void setNeoMode(bool enable);
void setUserName(const std::string& type);
void setUseSpecialPad(bool use);
void setSpecialPadClass(int type);
void setLogType(const std::string& type);
void setLogFilter(const std::string& type);