mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-02 01:59:43 -04:00
Decompile __osViGetCurrentContext
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "game/data/data_000000.h"
|
||||
|
||||
GLOBAL_ASM(
|
||||
glabel __osViGetCurrentContext
|
||||
/* 49780: 3c028006 */ lui $v0,%hi(__osViCurr)
|
||||
/* 49784: 03e00008 */ jr $ra
|
||||
/* 49788: 8c420910 */ lw $v0,%lo(__osViCurr)($v0)
|
||||
/* 4978c: 00000000 */ nop
|
||||
);
|
||||
__OSViContext *__osViGetCurrentContext(void)
|
||||
{
|
||||
return __osViCurr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user