diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2024-05-12 12:47:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-12 12:47:00 -0400 |
| commit | d91a82929535494924ef979dd334a77c3bbd38f1 (patch) | |
| tree | 6942b2091c31f9fd70ec66a4c4bff606689da1e9 /include | |
| parent | c86982a60e766a51db10478d627c2ddbcc37e011 (diff) | |
| parent | 9da8f877e177906d8f51415996d542e41b622fd8 (diff) | |
Merge pull request #35 from robojumper/eggGraphicsFifo
eggGraphicsFifo matching
Diffstat (limited to 'include')
| -rw-r--r-- | include/egg/core/eggGraphicsFifo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/egg/core/eggGraphicsFifo.h b/include/egg/core/eggGraphicsFifo.h index 0e060401..8226aa90 100644 --- a/include/egg/core/eggGraphicsFifo.h +++ b/include/egg/core/eggGraphicsFifo.h @@ -22,7 +22,7 @@ public: public: /* 80576798 */ static GraphicsFifo *sGraphicsFifo; - /* 8057679c */ static bool sGpStatus[4]; + /* 8057679c */ static u8 sGpStatus[5]; }; } // namespace EGG |
