diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-08-20 17:27:56 -0400 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-08-20 17:27:56 -0400 |
commit | 614fcf2c7cc60e71d0c4707df67a822c19cdc1b4 (patch) | |
tree | c70c8b15bbe00502077ac23e764c4d3a6f21ec2b /include/main.h | |
parent | 7f998da0acf97bfa98cba5b82d0ef406157751c1 (diff) |
Document gMain.unk65 -> gMain.screensFlipped
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index ba4d7bc2..87110de5 100644 --- a/include/main.h +++ b/include/main.h @@ -94,7 +94,7 @@ struct Main u16 touchNew; u16 touchHeld; u8 touchpadReadAuto; - u8 unk65; + u8 screensFlipped; u8 unk66; u8 unk67; u8 softResetDisabled; |