GameINI: Difference between revisions

328 bytes added ,  22 May 2019
(→‎Audio Backend: List found in https://github.com/dolphin-emu/dolphin/blob/bec85a09623e11493d58a0fcb5acb898604c0cd7/Source/Core/Core/ConfigManager.h#L42)
Line 214: Line 214:
===Immediate XFB ===
===Immediate XFB ===
*<code>ImmediateXFBenable = True</code> or <code>False</code> to enable and disable "Immediate XFB" respectively.
*<code>ImmediateXFBenable = True</code> or <code>False</code> to enable and disable "Immediate XFB" respectively.
=== Defer EFB copies to RAM ===
*<code>DeferEFBCopies = True</code> or <code>False</code> to enable and disable "Defer EFB Copies to RAM" respectively.
=== Defer EFB Cache Invalidation ===
*<code>EFBAccessDeferInvalidation = True</code> or <code>False</code> to enable and disable "Defer EFB Cache Invalidation" respectively.


== [Video_Hardware] ==
== [Video_Hardware] ==
208

edits