mirror of https://github.com/mgba-emu/mgba.git
GBA: Fix JOY_TRANS_HI register name
This commit is contained in:
parent
31d39bbd1d
commit
dcd2e3a64f
|
@ -172,7 +172,7 @@ const char* GBAIORegisterNames[] = {
|
|||
"JOY_RECV_LO",
|
||||
"JOY_RECV_HI",
|
||||
"JOY_TRANS_LO",
|
||||
"JOY_RECV_HI",
|
||||
"JOY_TRANS_HI",
|
||||
"JOYSTAT",
|
||||
0,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue