mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
- [EMU] update VRAM in DrawSync
This commit is contained in:
parent
b1caa33cce
commit
edc733467a
@ -232,10 +232,8 @@ void DrawAggregatedSplits();
|
|||||||
|
|
||||||
int DrawSync(int mode)
|
int DrawSync(int mode)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
// Update VRAM seems needed to be here
|
// Update VRAM seems needed to be here
|
||||||
//Emulator_UpdateVRAM();
|
Emulator_UpdateVRAM();
|
||||||
|
|
||||||
if (g_splitIndex > 0) // don't do flips if nothing to draw.
|
if (g_splitIndex > 0) // don't do flips if nothing to draw.
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user