summaryrefslogtreecommitdiff
path: root/src/Main/System
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-07-04 21:04:27 +0200
committerAetias <aetias@outlook.com>2025-07-04 21:04:27 +0200
commit65a2aab1f11a8b74f7255d425b80fe279067efe5 (patch)
tree79e164f251b5d7d1b6b3e3dd23d80e63c4e0f67b /src/Main/System
parentfe0f15031d96b065ba176b3207c5b1e418da243b (diff)
`OverlayManager` OK
Diffstat (limited to 'src/Main/System')
-rw-r--r--src/Main/System/OverlayManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main/System/OverlayManager.cpp b/src/Main/System/OverlayManager.cpp
index 4f7da68c..4e22cb3e 100644
--- a/src/Main/System/OverlayManager.cpp
+++ b/src/Main/System/OverlayManager.cpp
@@ -52,8 +52,6 @@ THUMB void OverlayManager::Unload(OverlayIndex index) {
}
}
-//! TODO: solve the .word issue with the overlay IDs
-//! both functions should match otherwise
THUMB void OverlayManager::LoadGameMode(s32 mode) {
OverlayId overlayId;
GameMode *pSetup;