From cb15bdbba7450b531c055a0a7af2dc3bc9aab1d1 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sat, 31 Jul 2021 22:43:44 -1000 Subject: [PATCH] Add invalid fetch constants --- Options.mediawiki | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Options.mediawiki b/Options.mediawiki index b55f439..c5a3c9b 100644 --- a/Options.mediawiki +++ b/Options.mediawiki @@ -138,6 +138,21 @@ Leave this option blank for auto-selection. === Misc === +==== Allow invalid fetch constants ==== + +Allow texture and vertex fetch constants with invalid type - generally unsafe because the constant may contain completely invalid values, but may be used to bypass fetch constant type errors in certain games until the real reason why they're invalid is found. + +{| +! gpu_allow_invalid_fetch_constants = +! bool +|- +| Off (''default'') +| false +|- +| On +| true +|} + ==== Vsync ==== {|