config: Rename is_docked to use_docked_mode to be consistent with other config bools.
This commit is contained in:
parent
f1423fcbc1
commit
5ecf152c8e
7 changed files with 14 additions and 14 deletions
|
@ -112,7 +112,7 @@ enum class CpuCore {
|
|||
|
||||
struct Values {
|
||||
// System
|
||||
bool is_docked;
|
||||
bool use_docked_mode;
|
||||
|
||||
// Controls
|
||||
std::array<std::string, NativeButton::NumButtons> buttons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue