Skip to content

Commit

Permalink
Config: Set {ntsc,pal}FrameRate bounds to 10-300 Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSamus authored and F0bes committed Sep 10, 2024
1 parent 4963ea9 commit a4d2332
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pcsx2-qt/Settings/AdvancedSettingsWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,12 @@
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="minimum">
<double>10.0</double>
</property>
<property name="maximum">
<double>300.0</double>
</property>
</widget>
</item>
<item row="0" column="1">
Expand All @@ -440,6 +446,12 @@
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="minimum">
<double>10.0</double>
</property>
<property name="maximum">
<double>300.0</double>
</property>
</widget>
</item>
<item row="1" column="0">
Expand Down

0 comments on commit a4d2332

Please sign in to comment.