mirror of https://github.com/mgba-emu/mgba.git
GBA SIO: Fix layout of normalControl struct in siocnt union
This commit is contained in:
parent
fcf7f30606
commit
2f7d2fd7f8
|
@ -42,9 +42,9 @@ struct GBASIO {
|
|||
unsigned internalSc : 1;
|
||||
unsigned si : 1;
|
||||
unsigned idleSo : 1;
|
||||
unsigned : 4;
|
||||
unsigned start : 1;
|
||||
unsigned : 3;
|
||||
unsigned start : 1;
|
||||
unsigned : 4;
|
||||
unsigned length : 1;
|
||||
unsigned : 1;
|
||||
unsigned irq : 1;
|
||||
|
|
Loading…
Reference in New Issue