Template:Config: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(As a reader, these don't make sense. Seriously though, how can they be possibly around for too long?)
mNo edit summary
Line 76: Line 76:
{{#if:{{{panichandlers|}}}|{{!}}[[Category:Use Panic Handlers (Config Required)]]{{Hover|Shows a pop-up when an error or a panic condition is encountered (On, Off)|'''Use Panic Handlers'''}}{{!!}}{{{panichandlers|}}}{{!!}}{{{panichandlersnotes|}}}}}
{{#if:{{{panichandlers|}}}|{{!}}[[Category:Use Panic Handlers (Config Required)]]{{Hover|Shows a pop-up when an error or a panic condition is encountered (On, Off)|'''Use Panic Handlers'''}}{{!!}}{{{panichandlers|}}}{{!!}}{{{panichandlersnotes|}}}}}
{{!}}-
{{!}}-
{{#if:{{{skipbios|}}}|{{!}}[[Category:Skip GC BIOS (Config Required)]]{{Hover|Skip loading of GameCube BIOS before booting the {{#if:{{{type|}}}|{{{type|}}}|game}} when the IPL dumps are present on User\GC (On, Off)|'''Skip GC BIOS'''}}{{!!}}{{{skipbios|}}}{{!!}}{{{skipbiosnotes|}}}}}
{{#if:{{{skipbios|}}}|{{!}}[[Category:Skip GC BIOS (Config Required)]]{{Hover|Skip loading of GameCube BIOS before booting the game when the IPL dumps are present on User\GC (On, Off)|'''Skip GC BIOS'''}}{{!!}}{{{skipbios|}}}{{!!}}{{{skipbiosnotes|}}}}}
{{!}}-
{{!}}-
{{#if:{{{cpuclock|}}}|{{!}}[[Category:CPU Clock Override (Config Required)]]{{Hover|Sets the CPU clock speed (6-400%)|'''CPU Clock Override'''}}{{!!}}{{{cpuclock|}}}{{!!}}{{{cpuclocknotes|}}}}}
{{#if:{{{cpuclock|}}}|{{!}}[[Category:CPU Clock Override (Config Required)]]{{Hover|Sets the CPU clock speed (6-400%)|'''CPU Clock Override'''}}{{!!}}{{{cpuclock|}}}{{!!}}{{{cpuclocknotes|}}}}}
Line 231: Line 231:
{{!}}-
{{!}}-
{{!}}}
{{!}}}
}}|{{#ifeq:{{ratings/{{PAGENAME}}}}|5|This {{{type|title}}} does not need non-default settings to run properly.|No configuration changes are known to affect compatibility for this {{{type|title}}}.}}}}{{#if:
}}|{{#ifeq:{{ratings/{{PAGENAME}}}}|5|This {{#ifpageincat:Wii Channels|channel|title}} does not need non-default settings to run properly.|No configuration changes are known to affect compatibility for this {{#ifpageincat:Wii Channels|channel|title}}.}}}}{{#if:
{{{graphicsplugin|}}}
{{{graphicsplugin|}}}
{{{graphicspluginnotes|}}}
{{{graphicspluginnotes|}}}

Revision as of 22:56, 31 July 2018

[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.

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               =
}}