File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 159159
160160# GL option
161161# Sets with opengl context creation library to use
162- # Must be either auto, egl or glx
162+ # Must be either auto, egl, glx or osmesa
163163# Default is auto.
164164#--gl auto
165165
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Module specific options:
150150 --localip-show-loop <?value>: Show loop back addresses (127.0.0.1) in local ip module. Default is false
151151 --public-ip-timeout: Time in milliseconds to wait for the public ip server to respond. Default is disabled (0)
152152 --player-name: The name of the player to use
153- --gl <value>: Sets the opengl context creation library to use. Must be auto, egl, or glx . Default is auto
153+ --gl <value>: Sets the opengl context creation library to use. Must be auto, egl, glx or osmesa . Default is auto
154154
155155Parsing is not case sensitive. E.g. "--lib-PCI" is equal to "--Lib-Pci"
156156If a value starts with a ?, it is optional. "true" will be used if not set.
You can’t perform that action at this time.
0 commit comments