mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 08:15:46 -04:00
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