diff --git a/Options.mediawiki b/Options.mediawiki index 86c9747..7a2bde2 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