You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08: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;
|
|
}
|