Add invalid fetch constants
This commit is contained in:
parent
48c06b3bee
commit
cb15bdbba7
|
@ -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 ====
|
||||
|
||||
{|
|
||||
|
|
Loading…
Reference in New Issue