Template:Config: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Undo revision 128791 by Lucario (talk))
No edit summary
Line 50: Line 50:
{{{syncgputhread|}}}|
{{{syncgputhread|}}}|
Only configuration options for the best compatibility where they deviate from defaults are listed. A full list of options is available in the [[Template:Config/doc|Config template's documentation]].|This {{#if:{{{type|}}}|{{{type|}}}|game}} doesn't need non-default settings to run properly. A full list of config options is available in the [[Template:Config/doc|Config template's documentation]].}}
Only configuration options for the best compatibility where they deviate from defaults are listed. A full list of options is available in the [[Template:Config/doc|Config template's documentation]].|This {{#if:{{{type|}}}|{{{type|}}}|game}} doesn't need non-default settings to run properly. A full list of config options is available in the [[Template:Config/doc|Config template's documentation]].}}
<!-- GENERAL -->
<!-- GENERAL -->
{{#if: {{{dualcore|}}}
{{#if: {{{dualcore|}}}
Line 75: Line 76:
{{!}}}
{{!}}}
}}
}}
<!-- GRAPHICS -->
<!-- GRAPHICS -->
{{#if: {{{gfxbackend|}}}
{{#if: {{{gfxbackend|}}}
Line 148: Line 150:
{{!}}}
{{!}}}
}}
}}
<!-- AUDIO -->
<!-- AUDIO -->
{{#if:
{{#if:
Line 162: Line 165:
{{!}}}|
{{!}}}|
}}
}}
<!-- WII -->
<!-- WII -->
{{#if: {{{screensaver|}}}
{{#if: {{{screensaver|}}}
Line 184: Line 188:
{{!}}}
{{!}}}
}}
}}
<!-- WIIMOTE -->
<!-- WIIMOTE -->
{{#if: {{{enablespeakerdata|}}}
{{#if: {{{enablespeakerdata|}}}
Line 196: Line 201:
{{!}}-
{{!}}-
{{!}}}
{{!}}}
}}<!-- GAME PROPERTIES -->
}}
 
<!-- GAME PROPERTIES -->
{{#if: {{{patches|}}}
{{#if: {{{patches|}}}
{{{mmu|}}}
{{{mmu|}}}
Line 221: Line 228:
{{!}}}
{{!}}}
}}
}}
<!-- DEPRECATED -->
<!-- DEPRECATED -->
{{#if:
{{#if:

Revision as of 05:47, 11 November 2016

[edit] [purge] Template documentation

This template outputs a standardized set of configuration information.

Example

{{Config
|dualcore               = Off
|dualcorenotes          = Show File Select menus properly
}}

Produces

Only configuration options for the best compatibility where they deviate from defaults are listed. A full list of options is available in the Config template's documentation.

General

Config Setting Notes
Enable Dual Core Off Show File Select menus properly






Parameters

The following lists a complete set of current config template settings:

== Configuration ==
{{Config
<!-- General -->
|dualcore                   =
|dualcorenotes              =
|speedlimit                 =
|speedlimitnotes            =
|ntscj                      =
|ntscjnotes                 =
|panichandlers              =
|panichandlersnotes         =
|skipbios                   =
|skipbiosnotes              =
|cpuengine                  =
|cpuenginenotes             =
|cpuclock                   =
|cpuclocknotes              =

<!-- Graphics -->
|gfxbackend                 =
|gfxbackendnotes            =
|fullres                    =
|fullresnotes               =
|aspectratio                =
|aspectrationotes           =
|vsync                      =
|vsyncnotes                 =
|startfull                  =
|startfullnotes             =
|rendertomain               =
|rendertomainnotes          =
|shadercomp                 =
|shadercompnotes            =
|compilefirst               =
|compilefirstnotes          =
|internalres                =
|internalresnotes           =
|antialiasing               =
|antialiasingnotes          =
|efbscaledcopy              =
|efbscaledcopynotes         =
|pixellighting              =
|pixellightingnotes         =
|forcetexturefiltering      =
|forcetexturefilteringnotes =
|widescreenhack             =
|widescreenhacknotes        =
|disablefog                 =
|disablefognotes            =
|force24bit                 =
|force24bitnotes            =
|arbmipmap                  =
|arbmipmapnotes             =
|skipcpuefbaccess           =
|skipcpuefbaccessnotes      =
|formatchanges              =
|formatchangesnotes         =
|efb2texonly                =
|efb2texonlynotes           =
|deferefb                   =
|deferefbnotes              =
|accuratetexturecache       =
|accuratetexturecachenotes  =
|gputexdecode               =
|gputexdecodenotes          =
|xfb2texonly                =
|xfb2texonlynotes           =
|xfbimmediate               =
|xfbimmediatenotes          =
|fastdepth                  =
|fastdepthnotes             =
|boundingbox                =
|boundingboxnotes           =
|vertexrounding             =
|vertexroundingnotes        =
|crop                       =
|cropnotes                  =
|progressivescan            =
|progressivescannotes       =
|manualtexturesampling      =
|manualtexturesamplingnotes =

<!-- Audio -->
|dspengine                  =
|dspenginenotes             =
|audiobackend               =
|audiobackendnotes          =

<!-- Wii -->
|pal60                      =
|pal60notes                 =
|screensaver                =
|screensavernotes           =
|sdcard                     =
|sdcardnotes                =
|usbkeyboard                =
|usbkeyboardnotes           =
|systemlang                 =
|systemlangnotes            =

<!-- Wiimote -->
|enablespeakerdata          =
|enablespeakerdatanotes     =
|wiimotemotor               =
|wiimotemotornotes          =

<!-- Game Properties -->
|mmu                        =
|mmunotes                   =
|fprf                       =
|fprfnotes                  =
|syncgputhread              =
|syncgputhreadnotes         =
|fastdisc                   =
|fastdiscnotes              =
|patches                    =
|patchesnotes               =
}}