mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 20:57:06 +00:00
[client] set default opengl:vsync=off
This makes it consistent with the EGL renderer.
This commit is contained in:
parent
012ac950ac
commit
bc2f26b86d
@ -159,7 +159,7 @@ Command line arguments will override any options loaded from the config files.
|
|||||||
| Long | Short | Value | Description |
|
| Long | Short | Value | Description |
|
||||||
|------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------|
|
||||||
| opengl:mipmap | | yes | Enable mipmapping |
|
| opengl:mipmap | | yes | Enable mipmapping |
|
||||||
| opengl:vsync | | yes | Enable vsync |
|
| opengl:vsync | | no | Enable vsync |
|
||||||
| opengl:preventBuffer | | yes | Prevent the driver from buffering frames |
|
| opengl:preventBuffer | | yes | Prevent the driver from buffering frames |
|
||||||
| opengl:amdPinnedMem | | yes | Use GL_AMD_pinned_memory if it is available |
|
| opengl:amdPinnedMem | | yes | Use GL_AMD_pinned_memory if it is available |
|
||||||
|------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------|
|
||||||
|
@ -62,7 +62,7 @@ static struct Option opengl_options[] =
|
|||||||
.name = "vsync",
|
.name = "vsync",
|
||||||
.description = "Enable vsync",
|
.description = "Enable vsync",
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = true
|
.value.x_bool = false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.module = "opengl",
|
.module = "opengl",
|
||||||
|
Loading…
Reference in New Issue
Block a user