Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton Retro Jr.
SRB2
Commits
8ab33c61
Commit
8ab33c61
authored
9 years ago
by
Yukita Mayako
Browse files
Options
Downloads
Patches
Plain Diff
Default cv_vidwait to Off.
Turn off V-Sync for ticrates != 60
parent
e1a2dca3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sdl/i_video.c
+1
-1
1 addition, 1 deletion
src/sdl/i_video.c
with
1 addition
and
1 deletion
src/sdl/i_video.c
+
1
−
1
View file @
8ab33c61
...
@@ -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"
,
"O
n
"
,
CV_SAVE
,
CV_OnOff
,
NULL
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
consvar_t
cv_vidwait
=
{
"vid_wait"
,
"O
ff
"
,
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment