oot/src/libultra_boot_O2/__osViGetCurrentContext.c

6 lines
87 B
C

#include <global.h>
OSViContext* __osViGetCurrentContext() {
return __osViCurr;
}