Skip to content

Commit

Permalink
fix the RC
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor403 committed Jul 11, 2024
1 parent 0026f46 commit e6dcbce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/source/menu.c
Original file line number Diff line number Diff line change
@@ -755,6 +755,6 @@ void alpha_watermark(void) {
prep_text_mode();

GXColor yellow_alpha = {0xFF, 0xFF, 0x00, 0x80};
draw_text("ALPHA TEST", 24, 330, 0, &yellow_alpha);
draw_text("cubeboot rc" CONFIG_ALPHA_RC, 22, 330, 28, &yellow_alpha);
draw_text("BETA TEST", 24, 330, 0, &yellow_alpha);
draw_text("cubeboot rc" CONFIG_BETA_RC, 22, 330, 28, &yellow_alpha);
}

0 comments on commit e6dcbce

Please sign in to comment.