mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
Merge pull request #7979 from fjtrujy/FixPS2CoreGlich
[PS2] Clean screen before the core start
This commit is contained in:
commit
78cc8794f7
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user