Permalink
Browse files
GB Video: Mark OAM dirty on reset (fixes #10620)
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/gba/renderers/video-software.c
|
|
@@ -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;
|
|
|
|
This comment has been minimized.
endriftApr 24, 2018
Member...nice typo, me
endrift commented onApr 24, 2018
2798622...nice typo, me