Skip to content

Commit

Permalink
Correct KEY_INTR_ENABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenGryphonsFly authored Aug 27, 2023
1 parent 2b91330 commit 31b9edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gba/io_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
#define R_BUTTON 0x0100
#define L_BUTTON 0x0200
#define KEYS_MASK 0x03FF
#define KEY_INTR_ENABLE 0x0400
#define KEY_INTR_ENABLE 0x4000
#define KEY_OR_INTR 0x0000
#define KEY_AND_INTR 0x8000
#define DPAD_ANY 0x00F0
Expand Down

0 comments on commit 31b9edb

Please sign in to comment.