Add Blackberry statistics overlay option.
This commit is contained in:
parent
f2e6939745
commit
d616cc72a2
4 changed files with 8 additions and 4 deletions
|
@ -533,7 +533,7 @@ void hleEnterVblank(u64 userdata, int cyclesLate) {
|
|||
// non-buffered rendering. The interaction with frame skipping seems to need
|
||||
// some work.
|
||||
if (gpu->FramebufferDirty()) {
|
||||
if (g_Config.iShowFPSCounter) {
|
||||
if (g_Config.iShowFPSCounter && g_Config.iShowFPSCounter < 4) {
|
||||
CalculateFPS();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue