Skip to content

Enable V-Sync option by default #404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tiagoquix
Copy link

See #359. I think it's fine to enable it, so here's my PR. Also done some misc. changes to strings.

I believe I changed all the correct files.
Not sure if this one needs to be changed:

cnc-ddraw/src/render_ogl.c

Lines 119 to 120 in 33f2b91

if (got_swap_ctrl && wglSwapIntervalEXT)
wglSwapIntervalEXT(g_config.vsync ? 1 : 0);
(I believe it does not).

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant