From 5bd33138d3e8b478a0b648a38d3ae26ac20e30ac Mon Sep 17 00:00:00 2001 From: Margen67 Date: Tue, 4 Jul 2023 19:57:47 -0700 Subject: [PATCH] Update Options.mediawiki --- Options.mediawiki | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Options.mediawiki b/Options.mediawiki index bf76304..15cbad5 100644 --- a/Options.mediawiki +++ b/Options.mediawiki @@ -268,13 +268,13 @@ Allow texture and vertex fetch constants with invalid type - generally unsafe be ! string |- | Any (''default'', '''recommended''') -| any +| "any" |- | Direct3D 12 -| d3d12 +| "d3d12" |- | Vulkan ('''not''' recommended) -| vulkan +| "vulkan" |- | Null ''(blank/nothing)'' | null @@ -288,16 +288,16 @@ Allow texture and vertex fetch constants with invalid type - generally unsafe be ! string |- | Any (''default'') -| any +| "any" |- | SDL2* (needed for non-XInput controllers, '''DOES NOT REQUIRE DLL''') -| sdl +| "sdl" |- | XInput -| xinput +| "xinput" |- | Keyboard -| winkey +| "winkey" |} == Hacks ==