1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-03 01:21:10 +00:00

Merge pull request 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

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