Template:Config: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
{{!}}-
{{!}}-
{{!}}}
{{!}}}
 
}}
}}<!--Break and restore appropriate parsing dang it!-->{{#if:{{{graphicsplugin|}}}{{{widescreenhack|}}}{{{cpuefbaccess|}}}{{{safetecturecache|}}}{{{efbscaledcopy|}}}{{{forcefilter|}}}{{{disablefog|}}}{{{efbcopy|}}}{{{xfb|}}}{{{realxfb|}}}|
{{#if:{{{graphicsplugin|}}}{{{widescreenhack|}}}{{{cpuefbaccess|}}}{{{safetecturecache|}}}{{{efbscaledcopy|}}}{{{forcefilter|}}}{{{disablefog|}}}{{{efbcopy|}}}{{{xfb|}}}{{{realxfb|}}}|
===Graphics===
===Graphics===
{{{!}}class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
{{{!}}class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
Line 44: Line 44:
{{!}}-
{{!}}-
{{!}}}
{{!}}}
 
}}
}}{{#if:{{{dspplugin|}}}{{{hleaudio|}}}{{{dtkmusic|}}}{{{jitdynarec|}}}{{{audiobackend|}}}|
{{#if:{{{dspplugin|}}}{{{hleaudio|}}}{{{dtkmusic|}}}{{{jitdynarec|}}}{{{audiobackend|}}}|
===DSP===
===DSP===
{{{!}}class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
{{{!}}class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
Line 63: Line 63:
{{!}}-
{{!}}-
{{!}}}
{{!}}}
 
}}
}}{{#if:{{{projectionhack|}}}{{{patches|}}}|
{{#if:{{{projectionhack|}}}{{{patches|}}}|
===Hacks / Patches===
===Hacks / Patches===
{{{!}}class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
{{{!}}class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
Line 74: Line 74:
{{!}}-
{{!}}-
{{!}}}
{{!}}}
}}
}}
<onlyinclude>Notes:
*The wiki will apparently only appropriately parse "===" enclosed titles as titles if line feeds occur between each if section outside of the if's. This unfortunately inserts excess whitespace in cases where no sections are shown. Attempted corrections that fail include:
**Adding whitespace to the beginning/ends of if sections
**Adding whitespace between if sections via a secondary set of ifs
</onlyinclude>

Revision as of 17:03, 2 May 2010

In the following only the most important Configurations are listed. To get an overview about all settings and how to set them take a look at http://www.dolphin-emulator.com/performance.html



Notes:

  • The wiki will apparently only appropriately parse "===" enclosed titles as titles if line feeds occur between each if section outside of the if's. This unfortunately inserts excess whitespace in cases where no sections are shown. Attempted corrections that fail include:
    • Adding whitespace to the beginning/ends of if sections
    • Adding whitespace between if sections via a secondary set of ifs