feat(include): rename unknown CGxFormat member to boolean hwCursor

This commit is contained in:
phaneron 2024-07-22 20:32:06 -04:00
parent 931cbd3efc
commit c4f2cfe49f

View file

@ -24,7 +24,8 @@ enum CGxFormat__Format {
struct CGxFormat { struct CGxFormat {
uint32_t unk0; uint32_t unk0;
bool hwTnL; bool hwTnL;
int8_t unk5; // TODO: verify this name
bool hwCursor; // 0x5
int8_t fixLag; int8_t fixLag;
int8_t window; int8_t window;
uint32_t unk8; uint32_t unk8;