Skip to content
Snippets Groups Projects
Commit 8ab33c61 authored by Yukita Mayako's avatar Yukita Mayako
Browse files

Default cv_vidwait to Off.

Turn off V-Sync for ticrates != 60
parent e1a2dca3
Branches
Tags
No related merge requests found
...@@ -98,7 +98,7 @@ rendermode_t rendermode=render_soft; ...@@ -98,7 +98,7 @@ rendermode_t rendermode=render_soft;
boolean highcolor = false; boolean highcolor = false;
// synchronize page flipping with screen refresh // synchronize page flipping with screen refresh
consvar_t cv_vidwait = {"vid_wait", "On", CV_SAVE, CV_OnOff, NULL, 0, NULL, NULL, 0, 0, NULL}; consvar_t cv_vidwait = {"vid_wait", "Off", CV_SAVE, CV_OnOff, NULL, 0, NULL, NULL, 0, 0, NULL};
static consvar_t cv_stretch = {"stretch", "Off", CV_SAVE|CV_NOSHOWHELP, CV_OnOff, NULL, 0, NULL, NULL, 0, 0, NULL}; static consvar_t cv_stretch = {"stretch", "Off", CV_SAVE|CV_NOSHOWHELP, CV_OnOff, NULL, 0, NULL, NULL, 0, 0, NULL};
UINT8 graphics_started = 0; // Is used in console.c and screen.c UINT8 graphics_started = 0; // Is used in console.c and screen.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment