mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 10:18:51 +01:00
Cleanups
This commit is contained in:
parent
2e4a393743
commit
b10c73f00f
@ -120,6 +120,7 @@ static inline void deinit_context_switch(void)
|
|||||||
co_delete(cpu_thread);
|
co_delete(cpu_thread);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(PSP)
|
||||||
static uint32_t next_pow2(uint32_t v)
|
static uint32_t next_pow2(uint32_t v)
|
||||||
{
|
{
|
||||||
v--;
|
v--;
|
||||||
@ -131,6 +132,7 @@ static uint32_t next_pow2(uint32_t v)
|
|||||||
v++;
|
v++;
|
||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Video post processing START */
|
/* Video post processing START */
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user