sm64pc/lib/src/osGetThreadPri.c

9 lines
165 B
C

#include "libultra_internal.h"
OSPri osGetThreadPri(OSThread *thread) {
if (thread == NULL) {
thread = D_803348A0;
}
return thread->priority;
}