aboutsummaryrefslogtreecommitdiff
path: root/frontend/pcnt.h
diff options
context:
space:
mode:
authornotaz2010-12-09 19:15:01 +0200
committernotaz2010-12-14 15:25:05 +0200
commit69af03a2c2fccc06cb836f42a10b490a48f29c15 (patch)
tree486d6a6d91e252a95cf56e48057cbe28eaee34ee /frontend/pcnt.h
parent698517be481301b4525c29873134a67b8343af3c (diff)
downloadpcsx_rearmed-69af03a2c2fccc06cb836f42a10b490a48f29c15.tar.gz
pcsx_rearmed-69af03a2c2fccc06cb836f42a10b490a48f29c15.tar.bz2
pcsx_rearmed-69af03a2c2fccc06cb836f42a10b490a48f29c15.zip
add OMAP layer, also preliminary menu, hud and input support
Diffstat (limited to 'frontend/pcnt.h')
-rw-r--r--frontend/pcnt.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/frontend/pcnt.h b/frontend/pcnt.h
index d3eedfa..3cf2925 100644
--- a/frontend/pcnt.h
+++ b/frontend/pcnt.h
@@ -57,10 +57,6 @@ static inline unsigned int pcnt_get(void)
#define pcnt_start(id)
#define pcnt_end(id)
#define pcnt_hook_plugins()
-
-static inline void pcnt_print(float fps)
-{
- printf("%2.1f\n", fps);
-}
+#define pcnt_print(fps)
#endif