mirror of
https://github.com/libretro/mgba.git
synced 2024-11-24 16:40:00 +00:00
GB Video: Mark OAM dirty on reset (fixes #10620)
This commit is contained in:
parent
420a15a841
commit
279862261b
@ -108,6 +108,7 @@ static void GBAVideoSoftwareRendererReset(struct GBAVideoRenderer* renderer) {
|
||||
softwareRenderer->winN[1] = (struct WindowN) { .control = { .priority = 1 } };
|
||||
softwareRenderer->objwin = (struct WindowControl) { .priority = 2 };
|
||||
softwareRenderer->winout = (struct WindowControl) { .priority = 3 };
|
||||
softwareRenderer->oamDirty = 1;
|
||||
softwareRenderer->oamMax = 0;
|
||||
|
||||
softwareRenderer->mosaic = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user