- [EMU] update VRAM in DrawSync

This commit is contained in:
Ilya Shurumov 2020-10-25 00:12:41 +06:00
parent b1caa33cce
commit edc733467a

View File

@ -232,10 +232,8 @@ void DrawAggregatedSplits();
int DrawSync(int mode)
{
// Update VRAM seems needed to be here
//Emulator_UpdateVRAM();
Emulator_UpdateVRAM();
if (g_splitIndex > 0) // don't do flips if nothing to draw.
{