mirror of https://github.com/mgba-emu/mgba.git
GB: Initialize biosVf
This commit is contained in:
parent
bd5b3036a1
commit
f3d3c59df7
|
@ -56,6 +56,7 @@ static void GBInit(void* cpu, struct mCPUComponent* component) {
|
|||
|
||||
gb->timer.p = gb;
|
||||
|
||||
gb->biosVf = 0;
|
||||
gb->romVf = 0;
|
||||
gb->sramVf = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue