readme update

This commit is contained in:
Frank Skare
2019-08-01 12:54:15 +02:00
parent 8626b8283f
commit 96d8d88d09
4 changed files with 9 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ options = [{ name = "no", help = "always use software decoding" },
name = "gpu-api"
default = "auto"
filter = "Video"
help = "Controls which type of graphics APIs will be accepted."
help = "Controls which type of graphics APIs will be accepted. Auto uses d3d11, it should only be changed in case of problems."
options = [{ name = "auto", help = "Use any available API" },
{ name = "opengl", help = "Allow only OpenGL (requires OpenGL 2.1+ or GLES 2.0+)" },
{ name = "vulkan", help = "Allow only Vulkan (requires a valid/working spirv-compiler)" },