DolphinQt: Update mapping indicators at screen refresh rate.

This commit is contained in:
Jordan Woyak
2024-11-25 14:58:48 -06:00
parent 26f2e5f022
commit e7a8e2fca1
2 changed files with 6 additions and 5 deletions

View File

@ -27,8 +27,6 @@ class NumericSettingBase;
enum class SettingVisibility;
} // namespace ControllerEmu
constexpr int INDICATOR_UPDATE_FREQ = 30;
class MappingWidget : public QWidget
{
Q_OBJECT