Skip to content

Commit

Permalink
default areyousure cursor to no
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle authored Mar 27, 2024
1 parent 473dfc2 commit c58e663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/3ds/gui_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ static void sound_error() {
static bool areyousure(C2D_Text *message) {
#undef DEFAULT_RETURN
#define DEFAULT_RETURN false
LOOP_BEGIN(areyousure_buttons, -1);
LOOP_BEGIN(areyousure_buttons, AREYOUSURE_NO);
C2D_DrawText(message, C2D_AlignCenter | C2D_WithColor, 320 / 2, 80, 0, 0.7, 0.7, C2D_Color32(TINT_R, TINT_G, TINT_B, 255));
LOOP_END(areyousure_buttons);
#undef DEFAULT_RETURN
Expand Down Expand Up @@ -1626,4 +1626,4 @@ int guiGetInput(bool do_switching) {
backlightEnabled = toggleBacklight(true);
}
return 0;
}
}

0 comments on commit c58e663

Please sign in to comment.