feat(gx): add broken cursor drawing implementation

This commit is contained in:
phaneron 2024-09-06 12:32:50 -04:00
parent 520b6254b3
commit 9fc5476ef7
16 changed files with 423 additions and 273 deletions

View file

@ -21,6 +21,8 @@ class CGxFormat {
// Member variables
bool hwTnL;
bool hwCursor;
bool fixLag;
int8_t window;
int32_t maximize;
Format depthFormat;