diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-06-15 14:44:22 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-06-15 14:44:22 -0400 |
| commit | 2d28d9131f36a5e89d4242cb2f8002173a3341cd (patch) | |
| tree | 4ce55773475ecf96a8aa7ab674cdaed95645221f /include | |
| parent | e4b1c30f472e7a4fdbce657aba7b9b5fb0dd2d59 (diff) | |
| parent | 810f61fe94a44ede6ed18027eb6bdda429d7d91a (diff) | |
Merge remote-tracking branch 'upstream/main' into d_a_obj_boomerang
Diffstat (limited to 'include')
| -rw-r--r-- | include/egg/audio/eggAudioRmtSpeakerMgr.h | 2 | ||||
| -rw-r--r-- | include/egg/gfx/eggDrawPathDOF.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/egg/audio/eggAudioRmtSpeakerMgr.h b/include/egg/audio/eggAudioRmtSpeakerMgr.h index 9ed9eec3..072fdc39 100644 --- a/include/egg/audio/eggAudioRmtSpeakerMgr.h +++ b/include/egg/audio/eggAudioRmtSpeakerMgr.h @@ -42,7 +42,7 @@ private: static u8 sAudioRmtSpeakerWpadVolume; - static AudioRmtSpeakerTask sTasks[0x14]; + static AudioRmtSpeakerTask sConnectTask[0x14]; }; } // namespace EGG diff --git a/include/egg/gfx/eggDrawPathDOF.h b/include/egg/gfx/eggDrawPathDOF.h index 055e603a..8ae49e79 100644 --- a/include/egg/gfx/eggDrawPathDOF.h +++ b/include/egg/gfx/eggDrawPathDOF.h @@ -30,8 +30,8 @@ public: void execute(); private: - void internalDrawVariant01(u16); - void internalDrawVariant2(u16); + void internalDrawStandard(u16); + void internalDrawLite(u16); void afterDraw(u16 x, u16 y, u16 width, u16 height); |
