mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 12:06:53 +01:00
fix video sparkles when emu first loads
This commit is contained in:
parent
13e16c3246
commit
b861ecb77b
@ -409,8 +409,6 @@ InitializeVideo ()
|
|||||||
GX_SetCopyClear (background, 0x00ffffff);
|
GX_SetCopyClear (background, 0x00ffffff);
|
||||||
GX_SetDispCopyGamma (GX_GM_1_0);
|
GX_SetDispCopyGamma (GX_GM_1_0);
|
||||||
GX_SetCullMode (GX_CULL_NONE);
|
GX_SetCullMode (GX_CULL_NONE);
|
||||||
GX_CopyDisp (xfb[whichfb], GX_TRUE); // reset xfb
|
|
||||||
GX_Flush();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user