mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 21:45:12 +00:00
8 lines
165 B
C
8 lines
165 B
C
#include "libultra_internal.h"
|
|
|
|
OSPri osGetThreadPri(OSThread *thread) {
|
|
if (thread == NULL) {
|
|
thread = D_803348A0;
|
|
}
|
|
return thread->priority;
|
|
}
|