mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02: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