[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

View File

@ -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;
}