From a1a02a5d2cac2d9571ec223fba90e204c6c5f2e7 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Fri, 15 Oct 2021 04:57:00 -1000 Subject: [PATCH] Add hacks --- Options.mediawiki | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/Options.mediawiki b/Options.mediawiki index 86c97471c..7a2bde23d 100644 --- a/Options.mediawiki +++ b/Options.mediawiki @@ -151,7 +151,7 @@ Allow texture and vertex fetch constants with invalid type - generally unsafe be | Off (''default'') | false |- -| On +| On (hack) | true |} @@ -209,3 +209,39 @@ Allow texture and vertex fetch constants with invalid type - generally unsafe be | winkey |} *When using SDL: If your game controller is not mapped correctly, [https://github.com/gabomdq/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt download gamecontrollerdb.txt] and place it in the folder next to your xenia executable. + +== Hacks == +=== Protect zero === +{| +! protect_zero = +! bool +|- +| True ''(default)'' +| true +|- +| False (hack, needed for certain games) +| false +|} +* Certain games require this to set be set to false to work around crashes. This includes, but isn't limited to: +** Saints Row 1 + \ No newline at end of file