mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 07:40:34 +00:00
Merge branch 'master' into miami
# Conflicts: # src/render/Credits.cpp
This commit is contained in:
commit
30384bb4ef
3 changed files with 79 additions and 78 deletions
|
@ -2247,6 +2247,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…
Add table
Add a link
Reference in a new issue