DS(i): Do not set showMessage to true

This commit is contained in:
RocketRobz 2024-12-25 21:29:38 -07:00
parent 01fbebc57b
commit cc43122185

View File

@ -1809,7 +1809,9 @@ void PhotoStudio::Logic(u32 hDown, u32 hHeld, touchPosition touch) {
#endif #endif
} else { } else {
sndBack(); sndBack();
#ifndef NDS
showMessage = true; showMessage = true;
#endif
} }
} }