Template:Config: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Removed 3D Vision. Should have removed this way before now. Exclusive fullscreen doesn't use this option anyway, and it is NOT limited to just 3D Vision.)
(Removing projection hack and added it to the deprecated config template parameters. It was removed in 4.0-2356.)
Line 60: Line 60:
{{{syncgputhread|}}}
{{{syncgputhread|}}}
         {{{bbox|}}}
         {{{bbox|}}}
{{{projectionhack|}}}|
Only configuration options for the best compatibility where they deviate from defaults 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]]
Only configuration options for the best compatibility where they deviate from defaults 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 -->
<!-- GENERAL -->
Line 236: Line 234:
{{{blockmerging|}}}
{{{blockmerging|}}}
         {{{bbox|}}}
         {{{bbox|}}}
{{{projectionhack|}}}
{{{syncgputhread|}}}
{{{syncgputhread|}}}
{{{boundingbox|}}}|
{{{boundingbox|}}}|
Line 260: Line 257:
{{!}}-
{{!}}-
{{#if:{{{bbox|}}}|{{!}}{{Hover|Enabling this, the bounding box registers will be updated. (On, Off)|'''Enable Bounding Box Calculation'''}}{{!!}}{{{bbox|}}}{{!!}}{{{bboxnotes|}}}}}
{{#if:{{{bbox|}}}|{{!}}{{Hover|Enabling this, the bounding box registers will be updated. (On, Off)|'''Enable Bounding Box Calculation'''}}{{!!}}{{{bbox|}}}{{!!}}{{{bboxnotes|}}}}}
{{!}}-
{{#if:{{{projectionhack|}}}|{{!}}{{Hover|Enable custom projection hacks (Various /w options)|'''Custom Projection Hack'''}}{{!!}}{{{projectionhack|}}}{{!!}}{{{projectionhacknotes|}}}}}
{{!}}-
{{!}}-
{{#if:{{{boundingbox|}}}|{{!}}{{Hover|(On/Off)|'''Bounding Box Calculation'''}}{{!!}}{{{boundingbox|}}}{{!!}}{{{boundingboxnotes|}}}}}
{{#if:{{{boundingbox|}}}|{{!}}{{Hover|(On/Off)|'''Bounding Box Calculation'''}}{{!!}}{{{boundingbox|}}}{{!!}}{{{boundingboxnotes|}}}}}
Line 308: Line 303:
<!-- Since 4.0-758 -->
<!-- Since 4.0-758 -->
{{{dlistcaching|}}}
{{{dlistcaching|}}}
<!-- Since 4.0-2356 -->
{{{projectionhack|}}}|
|[[Category:Pages with deprecated config template parameters]]}}</includeonly><noinclude>{{documentation}}</noinclude>
|[[Category:Pages with deprecated config template parameters]]}}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 06:29, 1 September 2014

[edit] [purge] Template documentation

This template outputs a standardized set of configuration information.

Example

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

Produces

This game doesn't need specific settings to run properly. If you want to get an overview about settings related to performance, please see the performance guide. A full list of config options is available at Template:Config/doc

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