aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_pollux.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_pollux.c')
-rw-r--r--frontend/plat_pollux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/plat_pollux.c b/frontend/plat_pollux.c
index daf2f84..6247dc1 100644
--- a/frontend/plat_pollux.c
+++ b/frontend/plat_pollux.c
@@ -340,7 +340,7 @@ static void raw_flip_dma(int x, int y)
}
g_menuscreen_ptr = fb_flip();
- pl_flip_cnt++;
+ pl_rearmed_cbs.flip_cnt++;
pcnt_end(PCNT_BLIT);
}
@@ -369,7 +369,7 @@ static void name(int x, int y)
} \
\
g_menuscreen_ptr = fb_flip(); \
- pl_flip_cnt++; \
+ pl_rearmed_cbs.flip_cnt++; \
\
pcnt_end(PCNT_BLIT); \
}