From af4bfd2a079a58a934179964ef3b6981d1ba1147 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Tue, 8 Aug 2023 03:13:04 -0700 Subject: [PATCH] Update Options.mediawiki --- Options.mediawiki | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Options.mediawiki b/Options.mediawiki index 906782e..db7d1d7 100644 --- a/Options.mediawiki +++ b/Options.mediawiki @@ -233,6 +233,8 @@ Sorted by priority. (i.e. if the first doesn't work then the next is tried, and ==== 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. +Games that require this have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Agpu-invalid-fetch-constants gpu-invalid-fetch-constants] label. + {| ! gpu_allow_invalid_fetch_constants = ! bool @@ -262,6 +264,18 @@ Allow texture and vertex fetch constants with invalid type - generally unsafe be | false |} +==== Black bars (letterboxing/pillarboxing) ==== +{| +! present_letterbox = +! bool +|- +| On (no stretching, ''default'') +| true +|- +| Off (stretching, required for aspect ratio patches) +| false +|} + ==== Renderer/Backend ==== {| ! gpu =