mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
parent
02eaaa2039
commit
62c6549eec
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ typedef struct GraphicsContext {
|
||||||
/* 0x02E0 */ char unk_2E0[0x04];
|
/* 0x02E0 */ char unk_2E0[0x04];
|
||||||
/* 0x02E4 */ u32 viFeatures;
|
/* 0x02E4 */ u32 viFeatures;
|
||||||
/* 0x02E8 */ s32 fbIdx;
|
/* 0x02E8 */ s32 fbIdx;
|
||||||
/* 0x02EC */ void (*callback)(struct GraphicsContex*, u32);
|
/* 0x02EC */ void (*callback)(struct GraphicsContext*, u32);
|
||||||
/* 0x02F0 */ u32 callbackParam;
|
/* 0x02F0 */ u32 callbackParam;
|
||||||
/* 0x02F4 */ f32 xScale;
|
/* 0x02F4 */ f32 xScale;
|
||||||
/* 0x02F8 */ f32 yScale;
|
/* 0x02F8 */ f32 yScale;
|
||||||
|
|
Loading…
Reference in a new issue