Template:Config: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
No edit summary
(Removed depreciated options we missed, restored boundingbox (this time in the graphics area). Please check kolano to make sure I didn't break anything!)
Line 29: Line 29:
{{{disablefog|}}}
{{{disablefog|}}}
{{{fastdepth|}}}
{{{fastdepth|}}}
{{{disablealpha|}}}
{{{opencl|}}}
{{{widescreenhack|}}}
{{{widescreenhack|}}}
{{{progressivescan|}}}
{{{progressivescan|}}}
Line 102: Line 100:
{{{accuratetexturecache|}}}
{{{accuratetexturecache|}}}
{{{xfb|}}}
{{{xfb|}}}
{{{fastdepth|}}}
{{{boundingbox|}}}|
{{{disablefog|}}}
{{{disablefog|}}}
{{{fastdepth|}}}
{{{disablealpha|}}}
{{{opencl|}}}
{{{widescreenhack|}}}
{{{widescreenhack|}}}
{{{progressivescan|}}}|
{{{progressivescan|}}}|
Line 145: Line 142:
{{!}}-
{{!}}-
{{#if:{{{xfb|}}}|{{!}}{{Hover|Controls emulation of the External Frame Buffer (Disable, Virtual, Real)|'''External Frame Buffer'''}}{{!!}}{{{xfb|}}}{{!!}}{{{xfbnotes|}}}}}
{{#if:{{{xfb|}}}|{{!}}{{Hover|Controls emulation of the External Frame Buffer (Disable, Virtual, Real)|'''External Frame Buffer'''}}{{!!}}{{{xfb|}}}{{!!}}{{{xfbnotes|}}}}}
{{!}}-
{{#if:{{{disablefog|}}}|{{!}}{{Hover|Disables the fog used in some games to hide far-away objects (On, Off)|'''Disable Fog'''}}{{!!}}{{{disablefog|}}}{{!!}}{{{disablefognotes|}}}}}
{{!}}-
{{!}}-
{{#if:{{{fastdepth|}}}|{{!}}{{Hover|Uses a less accurate method of depth calculation for a speedup (On, Off)|'''Fast Depth Calculation'''}}{{!!}}{{{fastdepth|}}}{{!!}}{{{fastdepthnotes|}}}}}
{{#if:{{{fastdepth|}}}|{{!}}{{Hover|Uses a less accurate method of depth calculation for a speedup (On, Off)|'''Fast Depth Calculation'''}}{{!!}}{{{fastdepth|}}}{{!!}}{{{fastdepthnotes|}}}}}
{{!}}-
{{!}}-
{{#if:{{{disablealpha|}}}|{{!}}{{Hover|Disables emulation of destination alpha, which is used in many games for graphical effects. (On, Off)|'''Disable Destination Alpha'''}}{{!!}}{{{disablealpha|}}}{{!!}}{{{disablealphanotes|}}}}}
{{#if:{{{boundingbox|}}}|{{!}}{{Hover|Disables a niche GC/Wii GPU feature for a speedup. A very small number of games will break with this. (On/Off)|'''Disable Bounding Box Emulation'''}}{{!!}}{{{boundingbox|}}}{{!!}}{{{boundingboxnotes|}}}}}
{{!}}-
{{!}}-
{{#if:{{{opencl|}}}|{{!}}{{Hover|Offloads texture decoding to the GPU using OpenCL, experimental (On, Off)|'''OpenCL Texture Decoder'''}}{{!!}}{{{opencl|}}}{{!!}}{{{openclnotes|}}}}}
{{#if:{{{disablefog|}}}|{{!}}{{Hover|Disables the fog used in some games to hide far-away objects (On, Off)|'''Disable Fog'''}}{{!!}}{{{disablefog|}}}{{!!}}{{{disablefognotes|}}}}}
{{!}}-
{{!}}-
{{#if:{{{widescreenhack|}}}|{{!}}{{Hover|Force GameCube games to output graphics for widescreen resolutions (On, Off)|'''Widescreen Hack'''}}{{!!}}{{{widescreenhack|}}}{{!!}}{{{widescreenhacknotes|}}}}}
{{#if:{{{widescreenhack|}}}|{{!}}{{Hover|Force GameCube games to output graphics for widescreen resolutions (On, Off)|'''Widescreen Hack'''}}{{!!}}{{{widescreenhack|}}}{{!!}}{{{widescreenhacknotes|}}}}}
Line 268: Line 263:
<!-- Since 4.0-155 -->
<!-- Since 4.0-155 -->
{{{3dvision|}}}
{{{3dvision|}}}
<!-- Since 4.0-520 -->
{{{opencl|}}}
<!-- Since 4.0-615 -->
<!-- Since 4.0-615 -->
{{{hackedbuffer|}}}
{{{hackedbuffer|}}}
Line 276: Line 273:
<!-- Since 4.0-2356 -->
<!-- Since 4.0-2356 -->
{{{projectionhack|}}}
{{{projectionhack|}}}
<!-- Since 4.0-3659 -->
{{{boundingbox|}}}
{{{bbox|}}}
<!-- Since 4.0-3631 -->
<!-- Since 4.0-3631 -->
{{{mmuhack|}}}
{{{mmuhack|}}}
Line 294: Line 288:
{{{efbcopy|}}}
{{{efbcopy|}}}
{{{efbcopynotes|}}}
{{{efbcopynotes|}}}
<!-- Since 4.0-7666 -->
{{{disablealpha|}}}
|[[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 13:42, 29 October 2015

[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. Please see the performance guide for an overview of performance related settings. A full list of options is available in in the Config template's documentation

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