mirror of https://github.com/PCSX2/pcsx2.git
Config: Set `{ntsc,pal}FrameRate` bounds to 10-300 Hz
This commit is contained in:
parent
4963ea9b11
commit
a4d2332f9c
|
@ -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">
|
||||
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue