GPU: Update display after loading state
Fixes black frame after switching renderers.
This commit is contained in:
@ -140,6 +140,7 @@ bool GPU::DoState(StateWrapper& sw)
|
||||
std::vector<u16> vram;
|
||||
sw.Do(&vram);
|
||||
UpdateVRAM(0, 0, VRAM_WIDTH, VRAM_HEIGHT, vram.data());
|
||||
UpdateDisplay();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user