mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 11:04:15 +01:00
Add fix/workaround for black screen at startup
This commit is contained in:
parent
1b161275e1
commit
e8ded77e27
@ -2235,6 +2235,11 @@ WinMain(HINSTANCE instance,
|
|||||||
CloseClip();
|
CloseClip();
|
||||||
CoUninitialize();
|
CoUninitialize();
|
||||||
|
|
||||||
|
#ifdef FIX_BUGS
|
||||||
|
// draw one frame because otherwise we'll end up looking at black screen for a while if vsync is on
|
||||||
|
RsCameraShowRaster(Scene.camera);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef PS2_MENU
|
#ifdef PS2_MENU
|
||||||
extern char version_name[64];
|
extern char version_name[64];
|
||||||
if ( CGame::frenchGame || CGame::germanGame )
|
if ( CGame::frenchGame || CGame::germanGame )
|
||||||
|
Loading…
Reference in New Issue
Block a user