Skip to content

Commit

Permalink
Merge pull request #862 from WhenGryphonsFly/master
Browse files Browse the repository at this point in the history
Correct KEY_INTR_ENABLE
  • Loading branch information
GriffinRichards committed Aug 27, 2023
2 parents 2b91330 + 31b9edb commit 4e92005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gba/io_reg.h
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 4e92005

Please sign in to comment.