Decompile func0000b2c4

This commit is contained in:
Ryan Dwyer
2020-11-29 00:56:47 +10:00
parent 468605d019
commit 4f35a88566
3 changed files with 11 additions and 33 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ u32 func0000b0e8(void);
Gfx *func0000b1a8(Gfx *gdl);
Gfx *func0000b1d0(Gfx *gdl);
Gfx *func0000b280(Gfx *gdl);
u32 func0000b2c4(void);
Gfx *func0000b2c4(Gfx *gdl);
Gfx *func0000b330(Gfx *gdl);
void viSetBuf(s16 x, s16 y);
s16 viGetBufX(void);
+2 -2
View File
@@ -5945,8 +5945,8 @@ struct rend_vidat {
/*0x0c*/ f32 aspect;
/*0x10*/ f32 znear;
/*0x14*/ f32 zfar;
/*0x18*/ u16 bufx;
/*0x1a*/ u16 bufy;
/*0x18*/ s16 bufx;
/*0x1a*/ s16 bufy;
/*0x1c*/ s16 viewx;
/*0x1e*/ s16 viewy;
/*0x20*/ s16 viewleft;