mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 09:16:22 +00:00
Merge branch 'master' into miami
# Conflicts: # src/render/Credits.cpp
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user