Decompile viSetUseZBuf

This commit is contained in:
Ryan Dwyer
2020-06-15 19:05:07 +10:00
parent 201d4f6085
commit f1af8cdfe7
4 changed files with 15 additions and 18 deletions
+4 -7
View File
@@ -2834,13 +2834,10 @@ s16 viGetViewTop(void)
return g_ViData->viewtop;
}
GLOBAL_ASM(
glabel func0000bd20
/* bd20: 3c0e8006 */ lui $t6,%hi(g_ViData)
/* bd24: 8dced594 */ lw $t6,%lo(g_ViData)($t6)
/* bd28: 03e00008 */ jr $ra
/* bd2c: adc40024 */ sw $a0,0x24($t6)
);
void viSetUseZBuf(bool use)
{
g_ViData->usezbuf = use;
}
GLOBAL_ASM(
glabel func0000bd30