mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-20 18:09:41 +02:00
Ddraw::Unlock no longer calls present, Device_Present needs to be manually called. This helps performance and visuals.
This commit is contained in:
@@ -265,6 +265,7 @@ void GameOptionsClass::Process(void)
|
||||
bool process = true;
|
||||
pressed = false;
|
||||
while (process) {
|
||||
Device_Present();
|
||||
|
||||
/*
|
||||
** Invoke game callback.
|
||||
|
||||
Reference in New Issue
Block a user