summaryrefslogtreecommitdiff
path: root/include/m_Do/m_Do_graphic.h
diff options
context:
space:
mode:
authorMattias Blum <142374929+mattias-blum@users.noreply.github.com>2025-05-06 21:02:35 -0400
committerGitHub <noreply@github.com>2025-05-06 21:02:35 -0400
commitc71bb1dafb0194166a6a8692b73f54d736788097 (patch)
tree8171a1579dc008f8cb5315824873a1d22c2b6586 /include/m_Do/m_Do_graphic.h
parent137ce365398ad18f8a77cb766c74f6b450d7aed0 (diff)
d_camera 45% (#747)
* initial progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * fix outdated member names * more progress * more progress * more progress * more progress * more progress * more progress * fixed deprecated member references * more progress * more progress * more progress * fix deprecated member references * more progress * more progress * more progress * more progress * more progress * check in for review * remove comment * initial PR changes * more PR changes * more PR changes * added anonymous struct as class member * reverted changes to `stage_camera2_data_class` * added `dCamera_event_data`, `dCamera_monitoring_things` and `dCamera_DMC_system` from debug maps * more progress * more progress * realmatch for `camera_draw` * PR changes * fix broken merge * formatting * Reverted change to `camSphChkdata` that caused `sph_chk_callback` match to regress * Reverted change to `BG` struct that caused ctor and dtor match to regress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * PR changes * corrected size comment * fixed broken member references
Diffstat (limited to 'include/m_Do/m_Do_graphic.h')
-rw-r--r--include/m_Do/m_Do_graphic.h2
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 762a9791..978eba29 100644
--- a/include/m_Do/m_Do_graphic.h
+++ b/include/m_Do/m_Do_graphic.h
@@ -68,7 +68,7 @@ public:
static void getFrameBufferMemory() {}
static void getFrameBufferSize() {}
static void setBlureMtx(const Mtx) {}
- static void setBlureRate(u8) {}
+ static void setBlureRate(u8 blurRate) { mBlureRate = blurRate; }
static GXTexObj mFrameBufferTexObj;
static GXTexObj mZbufferTexObj;