Add Blackberry statistics overlay option.

This commit is contained in:
Sacha 2013-10-28 14:19:27 +10:00
parent f2e6939745
commit d616cc72a2
4 changed files with 8 additions and 4 deletions

View file

@ -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();
}