Template:Config required/doc

From Dolphin Emulator Wiki
Jump to navigation Jump to search

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|Creates two threads, one for graphics and one for CPU, allowing better use of more than one processor core|Off}}Show File Select menus properly
|-
|{{Config required|Enable Dual Core|CPUThread|boolean||Onf}}Check for bad setting
|}

Produces

Config Setting GameINI Notes
Enable Dual Core Off CPUThread = False Show File Select menus properly
Enable Dual Core Onf CPUThread = Check for bad setting