sleeq
Silver 4
Earned by having 12 posts & comments.
Likes : 2
| #1Subject: [CODE] FPS Improvement 4/9/2020, 12:12 pm | |
| Creates DDraw in emulation mode (Forces HEL) DXC_ddraw.cpp (Client) Find in DXC_ddraw::bInit(HWND hWnd) - Code:
-
ddVal = DirectDrawCreateEx(NULL, (VOID**)&m_lpDD4, IID_IDirectDraw7, NULL); Replace with this - Code:
-
ddVal = DirectDrawCreateEx((GUID*)DDCREATE_EMULATIONONLY, (VOID**)&m_lpDD4, IID_IDirectDraw7, NULL); // sleeq - creates ddraw in emulation mode (forces HEL) This has proven to improve fps on Windows 7 and 10. |
|
LifeX
Diamond 1
Earned by having 144 posts & comments.
Civilian
Granted to members for high engagement.
Great Mentor
Granted to veteran members who exhibit helpful and sportsmanlike behavior.
Moderator
Earned by becoming a board moderator.
Likes : 26
| #2Subject: Re: [CODE] FPS Improvement 4/9/2020, 4:33 pm | |
| Thank you brother for sharing. Guess Centuu already implement on the sources. |
|
sleeq
Silver 4
Earned by having 12 posts & comments.
Likes : 2
| #3Subject: Re: [CODE] FPS Improvement 4/10/2020, 1:48 am | |
| You're welcome mate. Stay tune for a few more fps tweaks I am working on. There is not much to do in ddraw.cpp. |
|
melvin93
Silver
Earned after your first post and comment.
Likes : 0
| #4Subject: Re: [CODE] FPS Improvement 12/1/2020, 4:56 am | |
| |
|
Sponsored content
| #5Subject: Re: [CODE] FPS Improvement | |
| |
|