mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt: Don't show the advanced input settings on the main dialog.
This commit is contained in:
@ -26,6 +26,11 @@ const char* NumericSettingBase::GetUIDescription() const
|
||||
return m_details.ui_description;
|
||||
}
|
||||
|
||||
SettingVisibility NumericSettingBase::GetVisibility() const
|
||||
{
|
||||
return m_details.visibility;
|
||||
}
|
||||
|
||||
template <>
|
||||
void NumericSetting<int>::SetExpressionFromValue()
|
||||
{
|
||||
|
Reference in New Issue
Block a user