native: Use Docked Mode helper
This commit is contained in:
parent
ce0f1baf51
commit
00af46c356
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
return !Settings::values.use_docked_mode.GetValue();
|
||||
return !Settings::IsDockedMode();
|
||||
}
|
||||
|
||||
void SetDeviceType([[maybe_unused]] int index, int type) {
|
||||
|
|
Loading…
Reference in a new issue