mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 21:31:04 +00:00
Minimum Vblank Frequency of 60Hz (#3561)
This commit is contained in:
@@ -411,6 +411,9 @@ bool isLoggingEnabled() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
u32 vblankFreq() {
|
u32 vblankFreq() {
|
||||||
|
if (vblankFrequency.get() < 60) {
|
||||||
|
vblankFrequency = 60;
|
||||||
|
}
|
||||||
return vblankFrequency.get();
|
return vblankFrequency.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1240,10 +1240,10 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="suffix">
|
<property name="suffix">
|
||||||
<string>Hz</string>
|
<string notr="true">Hz</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>1</number>
|
<number>60</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>9999</number>
|
<number>9999</number>
|
||||||
@@ -2088,8 +2088,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>946</width>
|
<width>944</width>
|
||||||
<height>299</height>
|
<height>274</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
|
|||||||
Reference in New Issue
Block a user