mirror of
https://github.com/n64decomp/sm64
synced 2026-04-28 01:53:40 +00:00
6 lines
129 B
C
6 lines
129 B
C
#include "libultra_internal.h"
|
|
extern OSViContext *D_80334910;
|
|
OSViContext *__osViGetCurrentContext() {
|
|
return D_80334910;
|
|
}
|