diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-26 17:08:46 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-26 17:08:46 -0500 |
| commit | 9112e75c182b28e8eafb5c979dc5965651152ef6 (patch) | |
| tree | a62a263d80e016fe39b9f66d232c290ed6080058 /include/m_Do/m_Do_graphic.h | |
| parent | ee8c09de9278804dd3827cef72e959d64270b9fe (diff) | |
m_Do_graphic work
Diffstat (limited to 'include/m_Do/m_Do_graphic.h')
| -rw-r--r-- | include/m_Do/m_Do_graphic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_Do/m_Do_graphic.h b/include/m_Do/m_Do_graphic.h index ec0119e1..c7883de3 100644 --- a/include/m_Do/m_Do_graphic.h +++ b/include/m_Do/m_Do_graphic.h @@ -42,7 +42,7 @@ public: static u8 getBlureRate() { return mBlureRate; } static MtxP getBlureMtx() { return mBlureMtx; } static void offAutoForcus() { mAutoForcus = false; } - static bool isAutoForcus() { return mAutoForcus; } + static BOOL isAutoForcus() { return mAutoForcus; } static void setTickRate(u32 rate) { JFWDisplay::getManager()->setTickRate(rate); } static void waitBlanking(int wait) { JFWDisplay::getManager()->waitBlanking(wait); } static BOOL isMonotone() { return mMonotone; } |
