mirror of
https://github.com/n64decomp/sm64
synced 2026-05-28 16:30:42 -04:00
8 lines
131 B
C
8 lines
131 B
C
#include "libultra_internal.h"
|
|
|
|
extern OSViContext *__osViCurr;
|
|
|
|
OSViContext *__osViGetCurrentContext() {
|
|
return __osViCurr;
|
|
}
|