mirror of https://github.com/mgba-emu/mgba.git
Remove typo struct member
This commit is contained in:
parent
9ac6f6d3bf
commit
4dd98f4c25
|
@ -38,7 +38,6 @@ struct GBAVideo {
|
|||
int inHblank;
|
||||
int inVblank;
|
||||
int vcounter;
|
||||
int blankIRQ;
|
||||
int vblankIRQ;
|
||||
int hblankIRQ;
|
||||
int vcounterIRQ;
|
||||
|
|
Loading…
Reference in New Issue