Template:Config: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Sign, failure again, it vasilates bettween outputting extra linefeeds, or not processing headers as such.)
No edit summary
Line 26: Line 26:
{{{formatchanges|}}}
{{{formatchanges|}}}
{{{efbcopy|}}}
{{{efbcopy|}}}
{{{efbcopycache|}}}
{{{accuratetexturecache|}}}
{{{accuratetexturecache|}}}
{{{xfb|}}}
{{{xfb|}}}
Line 159: Line 160:
{{!}}-
{{!}}-
{{#if:{{{efbcopy|}}}|{{!}}{{Hover|Controls emulation of External Frame Buffer copies for post-processing or render-to-texture effects (Disable, Enable, Virtual, RAM)|'''EFB Copies'''}}{{!!}}{{{efbcopy|}}}{{!!}}{{{efbcopynotes|}}}}}
{{#if:{{{efbcopy|}}}|{{!}}{{Hover|Controls emulation of External Frame Buffer copies for post-processing or render-to-texture effects (Disable, Enable, Virtual, RAM)|'''EFB Copies'''}}{{!!}}{{{efbcopy|}}}{{!!}}{{{efbcopynotes|}}}}}
{{!}}-
{{#if:{{{efbcopycache|}}}|{{!}}{{Hover|Slightly speeds up EFB to RAM copies by sacrificing accuracy (On, Off)|'''EFB Copies:Enable Cache'''}}{{!!}}{{{efbcopycache|}}}{{!!}}{{{efbcopycachenotes|}}}}}
{{!}}-
{{!}}-
{{#if:{{{accuratetexturecache|}}}|{{!}}{{Hover|(Position 1, 2, 3, or 4)|'''Texture Cache Accuracy'''}}{{!!}}{{{accuratetexturecache|}}}{{!!}}{{{accuratetexturecachenotes|}}}}}
{{#if:{{{accuratetexturecache|}}}|{{!}}{{Hover|(Position 1, 2, 3, or 4)|'''Texture Cache Accuracy'''}}{{!!}}{{{accuratetexturecache|}}}{{!!}}{{{accuratetexturecachenotes|}}}}}

Revision as of 05:22, 13 March 2012

[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 are listed. Please see the performance guide for an overview of performance related settings. A full list of options is available at Template:Config/doc

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