Decompile tvscreenSetTexture

This commit is contained in:
Ryan Dwyer
2021-05-29 00:40:00 +10:00
parent 15650a4435
commit 5939603a87
+4 -5
View File
@@ -47559,11 +47559,10 @@ void tvscreenSetImageByNum(struct tvscreen *screen, s32 imagenum)
tvscreenSetCmdlist(screen, image);
}
GLOBAL_ASM(
glabel tvscreenSetTexture
/* f07fbf0: 03e00008 */ jr $ra
/* f07fbf4: ac850008 */ sw $a1,0x8($a0)
);
void tvscreenSetTexture(struct tvscreen *screen, s32 texturenum)
{
screen->tconfig = (struct textureconfig *)texturenum;
}
GLOBAL_ASM(
glabel tvscreenRender