Template:Config: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 27: Line 27:
{{{formatchanges|}}}
{{{formatchanges|}}}
{{{efb2texonly|}}}
{{{efb2texonly|}}}
{{{deferefb|}}}
{{{accuratetexturecache|}}}
{{{accuratetexturecache|}}}
{{{gputexdecode|}}}
{{{gputexdecode|}}}
Line 100: Line 101:
{{{formatchanges|}}}
{{{formatchanges|}}}
{{{efb2texonly|}}}
{{{efb2texonly|}}}
{{{deferefb|}}}
{{{accuratetexturecache|}}}
{{{accuratetexturecache|}}}
{{{gputexdecode|}}}
{{{gputexdecode|}}}
Line 147: Line 149:
{{!}}-
{{!}}-
{{#if:{{{efb2texonly|}}}|{{!}}[[Category:Store EFB Copies to Texture Only (Config Required)]]{{Hover|Stores EFB Copies exclusively on the GPU, bypassing system memory (On, Off)|'''Store EFB Copies to Texture Only'''}}{{!!}}{{{efb2texonly|}}}{{!!}}{{{efb2texonlynotes|}}}}}
{{#if:{{{efb2texonly|}}}|{{!}}[[Category:Store EFB Copies to Texture Only (Config Required)]]{{Hover|Stores EFB Copies exclusively on the GPU, bypassing system memory (On, Off)|'''Store EFB Copies to Texture Only'''}}{{!!}}{{{efb2texonly|}}}{{!!}}{{{efb2texonlynotes|}}}}}
{{!}}-
{{#if:{{{deferefb|}}}|{{!}}[[Category:Defer EFB Copies to RAM (Config Required)]]{{Hover|Wait to store EFB Copies providing performance improvements (On, Off)|'''Defer EFB Copies to RAM'''}}{{!!}}{{{deferefb|}}}{{!!}}{{{deferefbnotes|}}}}}
{{!}}-
{{!}}-
{{#if:{{{accuratetexturecache|}}}|{{!}}[[Category:Texture Cache Accuracy (Config Required)]]{{Hover|(Position 1 (Safe), Position 2 (Medium), Position 3 (Fast))|'''Texture Cache Accuracy'''}}{{!!}}{{{accuratetexturecache|}}}{{!!}}{{{accuratetexturecachenotes|}}}}}
{{#if:{{{accuratetexturecache|}}}|{{!}}[[Category:Texture Cache Accuracy (Config Required)]]{{Hover|(Position 1 (Safe), Position 2 (Medium), Position 3 (Fast))|'''Texture Cache Accuracy'''}}{{!!}}{{{accuratetexturecache|}}}{{!!}}{{{accuratetexturecachenotes|}}}}}

Revision as of 07:38, 3 January 2019

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