mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-07-31 03:50:36 +02:00
Add fix/workaround for black screen at startup
This commit is contained in:
@@ -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 )
|
||||||
|
Reference in New Issue
Block a user