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
=