diff options
Diffstat (limited to 'agbx/source/key/getkeymap.c')
-rw-r--r-- | agbx/source/key/getkeymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agbx/source/key/getkeymap.c b/agbx/source/key/getkeymap.c index 457bf42..fe24c6c 100644 --- a/agbx/source/key/getkeymap.c +++ b/agbx/source/key/getkeymap.c @@ -10,6 +10,6 @@ agbx_keymap agbx_getkeymap(void) { agbx_keymap map; - map._keys = agbx_get10(0x4000130u); + map._keys = agbx_get10(0x400'0130u); return map; } |