Add invalid fetch constants

This commit is contained in:
Margen67 2021-07-31 22:43:44 -10:00
parent 48c06b3bee
commit cb15bdbba7
1 changed files with 15 additions and 0 deletions

View File

@ -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.
{|
! <code>gpu_allow_invalid_fetch_constants</code> =
! <code>bool</code>
|-
| Off (''default'')
| <code>false</code>
|-
| On
| <code>true</code>
|}
==== Vsync ====
{|