summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2020-10-06 03:13:01 +0200
committertwinaphex2020-10-06 03:13:01 +0200
commitb10c73f00f42869c85678e5f8122f802a5cad5b1 (patch)
tree644c75395984164882d76cfbd6103b6095d8056c
parent2e4a39374316b61a5a89078376d822d17e7f9770 (diff)
downloadpicogpsp-b10c73f00f42869c85678e5f8122f802a5cad5b1.tar.gz
picogpsp-b10c73f00f42869c85678e5f8122f802a5cad5b1.tar.bz2
picogpsp-b10c73f00f42869c85678e5f8122f802a5cad5b1.zip
Cleanups
-rw-r--r--libretro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libretro.c b/libretro.c
index 575441a..6790982 100644
--- a/libretro.c
+++ b/libretro.c
@@ -120,6 +120,7 @@ static inline void deinit_context_switch(void)
co_delete(cpu_thread);
}
+#if defined(PSP)
static uint32_t next_pow2(uint32_t v)
{
v--;
@@ -131,6 +132,7 @@ static uint32_t next_pow2(uint32_t v)
v++;
return v;
}
+#endif
/* Video post processing START */