Centuu.-


Posts : 237 Since : 2014-11-26
![[FIX] FPS Empty](https://2img.net/i/empty.gif) | Subject: [FIX] FPS 4/4/2017, 11:42 am | |
| Este código quita la Sincronización Vertial y acelera los FPS del Cliente. En el archivo DXC_ddraw.cpp buscan - Code:
-
DXC_ddraw::iFlip Y luego esto - Code:
-
ddVal = m_lpFrontB4->Flip(m_lpBackB4flip, DDFLIP_WAIT); Y lo reemplazan por esto - Code:
-
ddVal = m_lpFrontB4->Flip(m_lpBackB4flip, DDFLIP_NOVSYNC); Me reservo el derecho de autor, por cuestiones legales :P pero no es mío el 'fix' | |
|
LifeX


Posts : 247 Since : 2014-11-15
![[FIX] FPS Empty](https://2img.net/i/empty.gif) | Subject: Re: [FIX] FPS 4/4/2017, 11:46 pm | |
| This merely solved any DDraw issues, just enables your monitor to have a no vertical sync.
Work for some. :-)
LifeX
Helbreath Crusade << Click
| |
|