Skip to content

Commit

Permalink
fix circle pad and c-stick
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Jun 7, 2024
1 parent f92539f commit a9090c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/3ds/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ HWORD V810_RControll(bool reset) {
return replay_read();
}

static HWORD state = 0;
static u32 state = 0;
if (reset) state = 0;

int ret_keys = 0;
Expand Down

0 comments on commit a9090c1

Please sign in to comment.