mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +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();
|
||||
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
|
||||
extern char version_name[64];
|
||||
if ( CGame::frenchGame || CGame::germanGame )
|
||||
|
Loading…
Reference in New Issue
Block a user