mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-25 11:56:18 +00:00
add lightbar color override to Controller GUI (#2443)
* WIP Lightbar GUI, needs saving and loading * Implement saving and loading lightbar values * replace license header deleted by QT
This commit is contained in:
parent
bdf4a5249d
commit
2b9a8e5605
3 changed files with 1375 additions and 1169 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
private Q_SLOTS:
|
||||
void SaveControllerConfig(bool CloseOnSave);
|
||||
void SetDefault();
|
||||
void UpdateLightbarColor();
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::ControlSettings> ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue