mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
Minimum Vblank Frequency of 60Hz (#3561)
This commit is contained in:
@@ -411,6 +411,9 @@ bool isLoggingEnabled() {
|
||||
}
|
||||
|
||||
u32 vblankFreq() {
|
||||
if (vblankFrequency.get() < 60) {
|
||||
vblankFrequency = 60;
|
||||
}
|
||||
return vblankFrequency.get();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user