mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2025-02-10 03:13:17 +00:00
Update
This commit is contained in:
parent
2402684184
commit
5730e0349c
@ -398,7 +398,9 @@ bool task_queue_ctl(enum task_queue_ctl_state state, void *data)
|
||||
return task_threaded_enable;
|
||||
case TASK_QUEUE_CTL_INIT:
|
||||
{
|
||||
#ifdef HAVE_THREADS
|
||||
bool *boolean_val = (bool*)data;
|
||||
#endif
|
||||
|
||||
impl_current = &impl_regular;
|
||||
#ifdef HAVE_THREADS
|
||||
|
Loading…
x
Reference in New Issue
Block a user