RetroArch/wii/libogc/libogc/lwp_threadq.inl
2017-08-19 08:46:04 +02:00

10 lines
188 B
C++

#ifndef __LWP_THREADQ_INL__
#define __LWP_THREADQ_INL__
static __inline__ void __lwp_threadqueue_csenter(lwp_thrqueue *queue)
{
queue->sync_state = LWP_THREADQ_NOTHINGHAPPEND;
}
#endif