1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-22 12:40:09 +00:00

[PS2] Clean screen before the core start

This commit is contained in:
Francisco Javier Trujillo Mata 2019-01-11 14:42:47 +01:00
parent af48987eb9
commit 7b175496ce

@ -69,6 +69,7 @@ static GSGLOBAL *init_GSGlobal(void)
gsKit_init_screen(gsGlobal);
gsKit_mode_switch(gsGlobal, GS_ONESHOT);
gsKit_clear(gsGlobal, GS_BLACK);
return gsGlobal;
}