mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Qt/Input: new ds4 LED settings
This commit is contained in:
parent
0361184930
commit
f776910966
21 changed files with 587 additions and 105 deletions
|
@ -126,7 +126,7 @@ namespace cfg
|
|||
atomic_t<bool> m_value;
|
||||
|
||||
public:
|
||||
const bool def;
|
||||
bool def;
|
||||
|
||||
_bool(node* owner, const std::string& name, bool def = false, bool dynamic = false)
|
||||
: _base(type::_bool, owner, name, dynamic)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue