mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 09:39:01 +00:00
Add fix/workaround for black screen at startup
This commit is contained in:
parent
1b161275e1
commit
e8ded77e27
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue