[PS2] Clean screen before the core start
This commit is contained in:
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue