mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(include): add more cursor stuff in CGxDevice
This commit is contained in:
parent
9590ba10b8
commit
99da4a2c1e
1 changed files with 3 additions and 1 deletions
|
|
@ -232,7 +232,9 @@ struct CGxDevice {
|
||||||
TSFixedArray_CGxStateBom m_hwRenderStates;
|
TSFixedArray_CGxStateBom m_hwRenderStates;
|
||||||
uint32_t unk2904[20]; // 0x2904 (size 0x50)
|
uint32_t unk2904[20]; // 0x2904 (size 0x50)
|
||||||
int32_t m_hardwareCursor; // 0x2954 (size 0x4)
|
int32_t m_hardwareCursor; // 0x2954 (size 0x4)
|
||||||
uint32_t unk2958[1026]; // 0x2958 (size 0x1008)
|
uint32_t unk2958;
|
||||||
|
uint32_t unk295C;
|
||||||
|
CImVector m_cursorImage[1024]; // 0x2960 (size 0x4)
|
||||||
CGxTex* m_cursorTexture; // 0x3960 (size 0x4)
|
CGxTex* m_cursorTexture; // 0x3960 (size 0x4)
|
||||||
// 0x3964 == 14688 (the complete size of CGxDevice)
|
// 0x3964 == 14688 (the complete size of CGxDevice)
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue