From b10c73f00f42869c85678e5f8122f802a5cad5b1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 6 Oct 2020 03:13:01 +0200 Subject: Cleanups --- libretro.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.3