native: Use Docked Mode helper

This commit is contained in:
lat9nq 2023-08-22 22:40:36 -04:00
parent ce0f1baf51
commit 00af46c356
1 changed files with 1 additions and 1 deletions

View File

@ -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) {