summaryrefslogtreecommitdiff
path: root/include/m_Do
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-10-29 00:22:32 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-10-29 00:22:32 -0400
commitfab0d7a5ba8d8202e500e1208ae31a855ba3cbe3 (patch)
treecc976361f95bbba191efd8c7d2937838084c2ac2 /include/m_Do
parent70044ec8dd10369b64cc52424fb62f913fcfbed0 (diff)
misc cleanup, mostly inlines
Diffstat (limited to 'include/m_Do')
-rw-r--r--include/m_Do/m_Do_graphic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/m_Do/m_Do_graphic.h b/include/m_Do/m_Do_graphic.h
index df28e5f8..f595f4ea 100644
--- a/include/m_Do/m_Do_graphic.h
+++ b/include/m_Do/m_Do_graphic.h
@@ -59,15 +59,15 @@ public:
static void fadeIn(f32 rate, GXColor& color) { fadeOut(-rate, color); }
static u16 getFrameRate() { return JFWDisplay::getManager()->getFrameRate(); }
static void setFrameRate(u16 framerate) { JFWDisplay::getManager()->setFrameRate(framerate); }
+ static s16 getMonotoneRate() { return mMonotoneRate; }
+ static void setMonotoneRate(s16 rate) { mMonotoneRate = rate; }
+ static void setMonotoneRateSpeed(s16 speed) { mMonotoneRateSpeed = speed; }
static void alloc32(u32) {}
static void getFrameBufferMemory() {}
static void getFrameBufferSize() {}
- static void getMonotoneRate() {}
static void setBlureMtx(const Mtx) {}
static void setBlureRate(u8) {}
- static void setMonotoneRate(s16 rate) { mMonotoneRate = rate; }
- static void setMonotoneRateSpeed(s16 speed) { mMonotoneRateSpeed = speed; }
static GXTexObj mFrameBufferTexObj;
static GXTexObj mZbufferTexObj;