Template:Config required/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
{{#vardefine:isdoc|true}}
Helper template used by [[Template:Config/sandbox]] to expand set of cells into table.
Helper template used by [[Template:Config/sandbox]] to expand set of cells into table.



Latest revision as of 02:01, 14 February 2022

Helper template used by Template:Config/sandbox to expand set of cells into table.

Example

{|class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
!Config!!Setting!![[GameINI]]!!Notes
|-
|{{Config required|Enable Dual Core|CPUThread|boolean|Good|Off}}Show File Select menus properly
|-
|{{Config required|CPU Emulator Engine|CPUCore|string|Saint|JIT x64|{{#vardefineecho:=|Interpreter=0, JIT x64=1, JIT ARM64=4, Cached Interpreter=5}}}}Go easy on CPU
|}

Produces

Config Setting GameINI Notes
Enable Dual Core Off CPUThread = False Show File Select menus properly
CPU Emulator Engine JIT x64 CPUCore = 1 Go easy on CPU