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
} else {
sndBack();
#ifndef NDS
showMessage = true;
#endif
}
}