diff options
Diffstat (limited to 'libretro.c')
-rw-r--r-- | libretro.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |