mirror of
https://github.com/n64decomp/sm64
synced 2026-04-23 23:53:47 +00:00
9 lines
165 B
C
9 lines
165 B
C
#include "libultra_internal.h"
|
|
|
|
OSPri osGetThreadPri(OSThread *thread) {
|
|
if (thread == NULL) {
|
|
thread = D_803348A0;
|
|
}
|
|
return thread->priority;
|
|
}
|