Initial implementation of controller color config (#2411)

This commit is contained in:
kalaposfos13
2025-02-14 11:30:49 +01:00
committed by GitHub
parent ad43ba5ec7
commit 1cc9e0d37f
5 changed files with 73 additions and 10 deletions

View File

@@ -47,6 +47,10 @@ int getSpecialPadClass();
bool getIsMotionControlsEnabled();
bool GetUseUnifiedInputConfig();
void SetUseUnifiedInputConfig(bool use);
bool GetOverrideControllerColor();
void SetOverrideControllerColor(bool enable);
int* GetControllerCustomColor();
void SetControllerCustomColor(int r, int b, int g);
u32 getScreenWidth();
u32 getScreenHeight();