Skip to content

Commit

Permalink
input viewer adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Jun 16, 2024
1 parent 41f5587 commit 21fbc2d
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 @@ -2463,9 +2463,9 @@ void guiUpdate(float total_time, float drc_time) {
}
}
// normal, toggle, turbo, up
static u32 cols[] = {0xff808080, 0xff808000, 0xff000080, 0xff000000};
static u32 cols[] = {0xff808080, 0xff804000, 0xff000080, 0xff000000};
// dpads
C2D_DrawRectSolid(320/2-32, 8, 0, 64, 24, C2D_Color32(0, 0, 0, 255));
C2D_DrawRectSolid(320/2-27, 8, 0, 54, 24, C2D_Color32(0, 0, 0, 255));
C2D_DrawRectSolid(320/2-20-6, 16, 0, 12, 4, C2D_Color32(64, 64, 64, 255));
C2D_DrawRectSolid(320/2+20-6, 16, 0, 12, 4, C2D_Color32(64, 64, 64, 255));
C2D_DrawRectSolid(320/2-20-2, 12, 0, 4, 12, C2D_Color32(64, 64, 64, 255));
Expand Down

0 comments on commit 21fbc2d

Please sign in to comment.