Template:Config: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Removed dlist caching entirely. Changed "Accurate VBeam Emulation" to "VBeam Speed Hack" and used the in-emulator description. I'll ask skid_au for details later and may change the description.)
No edit summary
 
(104 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<includeonly>{{#if:
<includeonly>{{#if:
<!-- GENERAL -->
    <!-- GENERAL -->
{{{dualcore|}}}
    {{{dualcore|}}}
{{{idleskipping|}}}
    {{{speedlimit|}}}
{{{framelimit|}}}
    {{{ntscj|}}}
{{{limitbyfps|}}}
    {{{panichandlers|}}}
{{{cpuengine|}}}
    {{{skipbios|}}}
{{{ntscj|}}}
    {{{cpuengine|}}}
{{{panichandlers|}}}
    {{{cpuclock|}}}
{{{skipbios|}}}
    <!-- GRAPHICS -->
<!-- GRAPHICS -->
    {{{gfxbackend|}}}
{{{gfxbackend|}}}
    {{{fullres|}}}
{{{fullres|}}}
    {{{aspectratio|}}}
{{{aspectratio|}}}
    {{{vsync|}}}
{{{vsync|}}}
    {{{startfull|}}}
{{{startfull|}}}
    {{{rendertomain|}}}
{{{rendertomain|}}}
    {{{shadercomp|}}}
{{{internalres|}}}
    {{{compilefirst|}}}
{{{antialiasing|}}}
    {{{internalres|}}}
{{{anisotropic|}}}
    {{{antialiasing|}}}
{{{pixellighting|}}}
    {{{efbscaledcopy|}}}
{{{efbscaledcopy|}}}
    {{{pixellighting|}}}
{{{forcefilter|}}}
    {{{forcetexturefiltering|}}}
{{{3dvision|}}}
    {{{widescreenhack|}}}
{{{skipcpuefbaccess|}}}
    {{{disablefog|}}}
{{{formatchanges|}}}
    {{{force24bit|}}}
{{{efbcopy|}}}
    {{{arbmipmap|}}}
{{{efbcopycache|}}}
    {{{skipcpuefbaccess|}}}
{{{accuratetexturecache|}}}
    {{{formatchanges|}}}
{{{xfb|}}}
    {{{efb2texonly|}}}
{{{disablefog|}}}
    {{{deferefb|}}}
{{{fastdepth|}}}
    {{{accuratetexturecache|}}}
 
    {{{gputexdecode|}}}
    {{{xfb2texonly|}}}
    {{{xfbimmediate|}}}
    {{{fastdepth|}}}
    {{{boundingbox|}}}
    {{{vertexrounding|}}}

Latest revision as of 22:16, 29 January 2023

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