Merge pull request #7979 from fjtrujy/FixPS2CoreGlich

[PS2] Clean screen before the core start
This commit is contained in:
Twinaphex 2019-01-11 14:49:12 +01:00 committed by GitHub
commit 78cc8794f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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