diff options
author | hecks <42101236+hecktest@users.noreply.github.com> | 2021-06-30 20:42:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 20:42:15 +0200 |
commit | 827a7852e2ac4abfe548fe193b8ed380d5c46d86 (patch) | |
tree | 2e1a9e111a061265d85e63ae1831549695d89bcf /builtin | |
parent | 8cc04e0cb4fb186092732c7687543f67b4628c96 (diff) | |
download | minetest-827a7852e2ac4abfe548fe193b8ed380d5c46d86.tar.gz minetest-827a7852e2ac4abfe548fe193b8ed380d5c46d86.tar.bz2 minetest-827a7852e2ac4abfe548fe193b8ed380d5c46d86.zip |
Remove unsupported video drivers (#11395)
This completely removes any mention of the software and D3D drivers from MT, preventing the user from accidentally attempting to use them. Users who need a software renderer should be asked to install Mesa drivers which offer superior fidelity and performance over the 'burningsvideo' driver.
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 648c8c674..17843fac8 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -715,7 +715,7 @@ texture_path (Texture path) path # Note: On Android, stick with OGLES1 if unsure! App may fail to start otherwise. # On other platforms, OpenGL is recommended. # Shaders are supported by OpenGL (desktop only) and OGLES2 (experimental) -video_driver (Video driver) enum opengl null,software,burningsvideo,direct3d8,direct3d9,opengl,ogles1,ogles2 +video_driver (Video driver) enum opengl opengl,ogles1,ogles2 # Radius of cloud area stated in number of 64 node cloud squares. # Values larger than 26 will start to produce sharp cutoffs at cloud area corners. |