mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 01:42:29 +00:00
feat(include): rename unknown CGxFormat member to boolean hwCursor
This commit is contained in:
parent
931cbd3efc
commit
c4f2cfe49f
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ enum CGxFormat__Format {
|
|||
struct CGxFormat {
|
||||
uint32_t unk0;
|
||||
bool hwTnL;
|
||||
int8_t unk5;
|
||||
// TODO: verify this name
|
||||
bool hwCursor; // 0x5
|
||||
int8_t fixLag;
|
||||
int8_t window;
|
||||
uint32_t unk8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue