mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix VuClamp values
This was an oversight, probably from copying the EEClamp value variables.
This commit is contained in:
parent
8ca3f9a9c2
commit
11eab828c4
|
@ -232,12 +232,12 @@
|
|||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Extra + Preserve Sign</string>
|
||||
<string>Extra</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Full</string>
|
||||
<string>Extra + Preserve Sign</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in New Issue