config: Rename is_docked to use_docked_mode to be consistent with other config bools.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user