Template:Config: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
m (I'll maintain as it for now, the empty Graphics table issue will be fixed after we decide in maintaining the outdated entries for reverence of older revisions of Dolphin or simple drop these entries)
m (Re-added realxfb and realxfbnotes -- the setting is still in the latest svn of Dolphin, I am assuming it should still be in the template?)
Line 70: Line 70:
<!--{{!}}-                                                                                                                                        OUTDATED ENTRY -->
<!--{{!}}-                                                                                                                                        OUTDATED ENTRY -->
{{#if:{{{xfb|}}}|{{!}}'''External Frame Buffer'''{{!!}}{{{xfb|}}}{{!!}}{{{xfbnotes|}}}}}
{{#if:{{{xfb|}}}|{{!}}'''External Frame Buffer'''{{!!}}{{{xfb|}}}{{!!}}{{{xfbnotes|}}}}}
{{!}}-
{{#if:{{{realxfb|}}}|{{!}}'''Real External Frame Buffer'''{{!!}}{{{xfb|}}}{{!!}}{{{realxfbnotes|}}}}}
{{!}}-
{{!}}-
<!--{{#if:{{{fastmipmaps|}}}|{{!}}'''Fast Mipmaps'''{{!!}}{{{fastmipmaps|}}}{{!!}}{{{fastmipmapsnotes|}}}}}  OUTDATED ENTRY -->
<!--{{#if:{{{fastmipmaps|}}}|{{!}}'''Fast Mipmaps'''{{!!}}{{{fastmipmaps|}}}{{!!}}{{{fastmipmapsnotes|}}}}}  OUTDATED ENTRY -->

Revision as of 03:27, 14 August 2011


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

General

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

Graphics

Config Setting Notes


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