From c4f2cfe49f181b2401afb4713b2722421c3cf9f4 Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 22 Jul 2024 20:32:06 -0400 Subject: [PATCH] feat(include): rename unknown CGxFormat member to boolean hwCursor --- 3.3.5a/include/gx/format.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3.3.5a/include/gx/format.h b/3.3.5a/include/gx/format.h index 8101a73..899f091 100644 --- a/3.3.5a/include/gx/format.h +++ b/3.3.5a/include/gx/format.h @@ -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;