Template:Config: Difference between revisions

Template page
(Added Silence all logs option to template)
(Added new options and removed outdated options)
(10 intermediate revisions by the same user not shown)
Line 21: Line 21:
{{{resolution scale|}}}
{{{resolution scale|}}}
{{{resolution scale threshold|}}}
{{{resolution scale threshold|}}}
{{{shader mode|}}}
{{{write color buffers|}}}
{{{write color buffers|}}}
{{{strict rendering mode|}}}
{{{strict rendering mode|}}}
{{{vsync|}}}
{{{vsync|}}}
{{{stretch to display area|}}}
{{{stretch to display area|}}}
{{{enable 3d|}}}
{{{disable vertex cache|}}}
{{{disable vertex cache|}}}
{{{multithreaded rsx|}}}
{{{multithreaded rsx|}}}
{{{disable async shader compiler|}}}
<!-- Audio configuration -->
<!-- Audio configuration -->
{{{audio out windows|}}}
{{{audio out windows|}}}
{{{audio out linux|}}}
{{{audio out linux|}}}
{{{audio channels|}}}
{{{dump to file|}}}
{{{dump to file|}}}
{{{convert to 16-bit|}}}
{{{convert to 16-bit|}}}
{{{downmix to stereo|}}}
{{{volume|}}}
{{{volume|}}}
{{{enable buffering|}}}
{{{enable buffering|}}}
Line 40: Line 41:
{{{time stretching threshold|}}}
{{{time stretching threshold|}}}
{{{microphone type|}}}
{{{microphone type|}}}
<!-- I/O configuration -->
{{{keyboard handler|}}}
{{{mouse handler|}}}
{{{camera input|}}}
{{{camera settings|}}}
{{{move handler|}}}
<!-- Advanced configuration -->
<!-- Advanced configuration -->
{{{debug console mode|}}}
{{{debug console mode|}}}
{{{accurate llvm dfma|}}}
{{{accurate rsx reservation access|}}}
{{{ppu llvm accurate vector nans|}}}
{{{silence all logs|}}}
{{{silence all logs|}}}
{{{sleep timers accuracy|}}}
{{{sleep timers accuracy|}}}
Line 50: Line 60:
{{{read color buffers|}}}
{{{read color buffers|}}}
{{{disable on-disk shader cache|}}}
{{{disable on-disk shader cache|}}}
{{{disable native float16 support|}}}
{{{relaxed zcull sync|}}}
{{{relaxed zcull sync|}}}
{{{driver wake-up delay|}}}
{{{driver wake-up delay|}}}
Line 55: Line 66:
{{{clocks scale|}}}
{{{clocks scale|}}}
<!-- Debug configuration -->
<!-- Debug configuration -->
{{{disable zcull occlusion queries|}}}
{{{force cpu blit emulation|}}}
{{{force cpu blit emulation|}}}
{{{use gpu texture scaling|}}}
{{{use gpu texture scaling|}}}
{{{accurate getllar|}}}
{{{accurate getllar|}}}
{{{accurate putlluc|}}}
{{{hook static functions|}}}
{{{hook static functions|}}}
{{{accurate ppu 128 reservations|}}}
|Only options that deviate from the default configuration to ensure best performance are listed below. The full list of default options is available [[Help:Default Settings|here]].<br>
|Only options that deviate from the default configuration to ensure best performance are listed below. The full list of default options is available [[Help:Default Settings|here]].<br>
<!-- CPU configuration -->{{#if:
<!-- CPU configuration -->{{#if:
Line 78: Line 90:
! Notes
! Notes
{{!}}-
{{!}}-
{{#if: {{{ppu decoder|}}} | {{!}} '''PPU decoder''' {{!!}} {{#ifeq: {{#regex: {{{ppu decoder|}}} | /(Interpreter \(precise\){{!}}Interpreter \(fast\){{!}}LLVM Recompiler)/rs}} | {{{ppu decoder|}}} | {{{ppu decoder|}}} {{#if: {{NAMESPACE}} | | [[Category:PPU decoder: {{{ppu decoder|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{ppu decoder notes|}}}}}
{{#if: {{{ppu decoder|}}} | {{!}} '''PPU decoder''' {{!!}} {{#ifeq: {{#regex: {{{ppu decoder|}}} | /(Interpreter \(precise\){{!}}Interpreter \(fast\){{!}}Recompiler \(LLVM\))/rs}} | {{{ppu decoder|}}} | {{{ppu decoder|}}} {{#if: {{NAMESPACE}} | | [[Category:PPU decoder: {{{ppu decoder|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{ppu decoder notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{spu decoder|}}} | {{!}} '''SPU decoder''' {{!!}} {{#ifeq: {{#regex: {{{spu decoder|}}} | /(Interpreter \(precise\){{!}}Interpreter \(fast\){{!}}ASMJIT Recompiler{{!}}LLVM Recompiler)/rs}} | {{{spu decoder|}}} | {{{spu decoder|}}} {{#if: {{NAMESPACE}} | | [[Category:SPU decoder: {{{spu decoder|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{spu decoder notes|}}}}}
{{#if: {{{spu decoder|}}} | {{!}} '''SPU decoder''' {{!!}} {{#ifeq: {{#regex: {{{spu decoder|}}} | /(Interpreter \(precise\){{!}}Interpreter \(fast\){{!}}Recompiler \(ASMJIT\){{!}}Recompiler \(LLVM\))/rs}} | {{{spu decoder|}}} | {{{spu decoder|}}} {{#if: {{NAMESPACE}} | | [[Category:SPU decoder: {{{spu decoder|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{spu decoder notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{preferred spu threads|}}} | {{!}} '''Preferred SPU threads''' {{!!}} {{#ifeq: {{#regex: {{{preferred spu threads|}}} | /(Auto{{!}}1 \- 2{{!}}1 \- 3{{!}}1 \- 4{{!}}1 \- 5{{!}}1 \- 6{{!}}2 \- 3{{!}}2 \- 4{{!}}2 \- 5{{!}}2 \- 6{{!}}3 \- 4{{!}}3 \- 5{{!}}3 \- 6{{!}}4 \- 5{{!}}4 \- 6{{!}}5 \- 6{{!}}[1-6])/rs}} | {{{preferred spu threads|}}} | {{{preferred spu threads|}}} {{#if: {{NAMESPACE}} | | [[Category:Preferred SPU threads (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{preferred spu threads notes|}}}}}
{{#if: {{{preferred spu threads|}}} | {{!}} '''Preferred SPU threads''' {{!!}} {{#ifeq: {{#regex: {{{preferred spu threads|}}} | /(^Auto${{!}}^1 \- [2-6]${{!}}^2 \- [3-6]${{!}}^3 \- [4-6]${{!}}^4 \- [5-6]${{!}}^5 \- 6${{!}}^[1-6]$)/rm}} | {{{preferred spu threads|}}} | {{{preferred spu threads|}}} {{#if: {{NAMESPACE}} | | [[Category:Preferred SPU threads (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{preferred spu threads notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{enable thread scheduler|}}} | {{!}} '''Enable thread scheduler''' {{!!}} {{#ifeq: {{#regex: {{{enable thread scheduler|}}} | /(On{{!}}Off)/rs}} | {{{enable thread scheduler|}}} | {{{enable thread scheduler|}}} {{#if: {{NAMESPACE}} | | [[Category:Enable thread scheduler: {{{enable thread scheduler|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{enable thread scheduler notes|}}}}}
{{#if: {{{enable thread scheduler|}}} | {{!}} '''Enable thread scheduler''' {{!!}} {{#ifeq: {{#regex: {{{enable thread scheduler|}}} | /(On{{!}}Off)/rs}} | {{{enable thread scheduler|}}} | {{{enable thread scheduler|}}} {{#if: {{NAMESPACE}} | | [[Category:Enable thread scheduler: {{{enable thread scheduler|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{enable thread scheduler notes|}}}}}
Line 109: Line 121:
{{{resolution scale|}}}
{{{resolution scale|}}}
{{{resolution scale threshold|}}}
{{{resolution scale threshold|}}}
{{{shader mode|}}}
{{{write color buffers|}}}
{{{write color buffers|}}}
{{{strict rendering mode|}}}
{{{strict rendering mode|}}}
{{{vsync|}}}
{{{vsync|}}}
{{{stretch to display area|}}}
{{{stretch to display area|}}}
{{{enable 3d|}}}
{{{disable vertex cache|}}}
{{{disable vertex cache|}}}
{{{multithreaded rsx|}}}
{{{multithreaded rsx|}}}
{{{disable async shader compiler|}}}
| <h3>GPU configuration</h3>
| <h3>GPU configuration</h3>
{{{!}} class="wikitable" style="font-size:90%;"
{{{!}} class="wikitable" style="font-size:90%;"
Line 122: Line 135:
! Notes
! Notes
{{!}}-
{{!}}-
{{#if: {{{renderer|}}} | {{!}} '''Renderer''' {{!!}} {{#ifeq: {{#regex: {{{renderer|}}} | /(OpenGL{{!}}Vulkan)/rs}} | {{{renderer|}}} | {{{renderer|}}} {{#if: {{NAMESPACE}} | | [[Category:Renderer: {{{renderer|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{renderer notes|}}}}}
{{#if: {{{renderer|}}} | {{!}} '''Renderer''' {{!!}} {{#ifeq: {{#regex: {{{renderer|}}} | /(OpenGL{{!}}Vulkan{{!}}Disabled)/rs}} | {{{renderer|}}} | {{{renderer|}}} {{#if: {{NAMESPACE}} | | [[Category:Renderer: {{{renderer|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{renderer notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{graphics device|}}} | {{!}} '''Graphics device''' {{!!}} {{#ifeq: {{#regex: {{{graphics device|}}} | /(NA)/rs}} | {{{graphics device|}}} | {{{graphics device|}}} {{#if: {{NAMESPACE}} | | [[Category:Graphics device (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{graphics device notes|}}}}}
{{#if: {{{graphics device|}}} | {{!}} '''Graphics device''' {{!!}} {{#ifeq: {{#regex: {{{graphics device|}}} | /(NA)/rs}} | {{{graphics device|}}} | {{{graphics device|}}} {{#if: {{NAMESPACE}} | | [[Category:Graphics device (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{graphics device notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{aspect ratio|}}} | {{!}} '''Aspect ratio''' {{!!}} {{#ifeq: {{#regex: {{{aspect ratio|}}} | /(Auto{{!}}4:3{{!}}16:9)/rs}} | {{{aspect ratio|}}} | {{{aspect ratio|}}} {{#if: {{NAMESPACE}} | | [[Category:Aspect ratio: {{{aspect ratio|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{aspect ratio notes|}}}}}
{{#if: {{{aspect ratio|}}} | {{!}} '''Aspect ratio''' {{!!}} {{#ifeq: {{#regex: {{{aspect ratio|}}} | /(4:3{{!}}16:9)/rs}} | {{{aspect ratio|}}} | {{{aspect ratio|}}} {{#if: {{NAMESPACE}} | | [[Category:Aspect ratio: {{{aspect ratio|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{aspect ratio notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{framelimit|}}} | {{!}} '''Framelimit''' {{!!}} {{#ifeq: {{#regex: {{{framelimit|}}} | /(Off{{!}}59\.94{{!}}50{{!}}60{{!}}30{{!}}Auto)/rs}} | {{{framelimit|}}} | {{{framelimit|}}} {{#if: {{NAMESPACE}} | | [[Category:Framelimit: {{{framelimit|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{framelimit notes|}}}}}
{{#if: {{{framelimit|}}} | {{!}} '''Framelimit''' {{!!}} {{#ifeq: {{#regex: {{{framelimit|}}} | /(Off{{!}}59\.94{{!}}50{{!}}60{{!}}30{{!}}Auto)/rs}} | {{{framelimit|}}} | {{{framelimit|}}} {{#if: {{NAMESPACE}} | | [[Category:Framelimit: {{{framelimit|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{framelimit notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{anisotropic filter|}}} | {{!}} '''Anisotropic filter''' {{!!}} {{#ifeq: {{#regex: {{{anisotropic filter|}}} | /(Automatic{{!}}Disabled{{!}}2x{{!}}4x{{!}}8x{{!}}16x)/rs}} | {{{anisotropic filter|}}} | {{{anisotropic filter|}}} {{#if: {{NAMESPACE}} | | [[Category:Anisotropic filter: {{{anisotropic filter|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{anisotropic filter notes|}}}}}
{{#if: {{{anisotropic filter|}}} | {{!}} '''Anisotropic filter''' {{!!}} {{#ifeq: {{#regex: {{{anisotropic filter|}}} | /(Auto{{!}}2x{{!}}4x{{!}}8x{{!}}16x)/rs}} | {{{anisotropic filter|}}} | {{{anisotropic filter|}}} {{#if: {{NAMESPACE}} | | [[Category:Anisotropic filter: {{{anisotropic filter|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{anisotropic filter notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{anti-aliasing|}}} | {{!}} '''Anti-aliasing''' {{!!}} {{#ifeq: {{#regex: {{{anti-aliasing|}}} | /(Auto{{!}}Disabled)/rs}} | {{{anti-aliasing|}}} | {{{anti-aliasing|}}} {{#if: {{NAMESPACE}} | | [[Category:Anti-aliasing: {{{anti-aliasing|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{anti-aliasing notes|}}}}}
{{#if: {{{anti-aliasing|}}} | {{!}} '''Anti-aliasing''' {{!!}} {{#ifeq: {{#regex: {{{anti-aliasing|}}} | /(Auto{{!}}Disabled)/rs}} | {{{anti-aliasing|}}} | {{{anti-aliasing|}}} {{#if: {{NAMESPACE}} | | [[Category:Anti-aliasing: {{{anti-aliasing|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{anti-aliasing notes|}}}}}
Line 136: Line 149:
{{#if: {{{default resolution|}}} | {{!}} '''Default resolution''' {{!!}} {{#ifeq: {{#regex: {{{default resolution|}}} | /(1920x1080{{!}}1280x720{{!}}720x480{{!}}720x576{{!}}1600x1080{{!}}1440x1080{{!}}1280x1080{{!}}960x1080)/rs}} | {{{default resolution|}}} | {{{default resolution|}}} {{#if: {{NAMESPACE}} | | [[Category:Default resolution: {{{default resolution|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{default resolution notes|}}}}}
{{#if: {{{default resolution|}}} | {{!}} '''Default resolution''' {{!!}} {{#ifeq: {{#regex: {{{default resolution|}}} | /(1920x1080{{!}}1280x720{{!}}720x480{{!}}720x576{{!}}1600x1080{{!}}1440x1080{{!}}1280x1080{{!}}960x1080)/rs}} | {{{default resolution|}}} | {{{default resolution|}}} {{#if: {{NAMESPACE}} | | [[Category:Default resolution: {{{default resolution|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{default resolution notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{resolution scale|}}} | {{!}} '''Resolution scale''' {{!!}} {{{resolution scale|}}} {{#if: {{NAMESPACE}} | | [[Category:Resolution scale (Config)]]}} {{!!}} {{{resolution scale notes|}}}}}
{{#if: {{{resolution scale|}}} | {{!}} '''Resolution scale''' {{!!}} {{#ifeq: {{#regex: {{{resolution scale|}}} | /(^[5-9][0-9]${{!}}^[1-7][0-9]{2}${{!}}^800$)/rm}} | {{{resolution scale|}}} | {{{resolution scale|}}} {{#if: {{NAMESPACE}} | | [[Category:Resolution scale (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{resolution scale notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{resolution scale threshold|}}} | {{!}} '''Resolution scale threshold''' {{!!}} {{{resolution scale threshold|}}} {{#if: {{NAMESPACE}} | | [[Category:Resolution scale threshold (Config)]]}} {{!!}} {{{resolution scale threshold notes|}}}}}
{{#if: {{{resolution scale threshold|}}} | {{!}} '''Resolution scale threshold''' {{!!}} {{{resolution scale threshold|}}} {{#if: {{NAMESPACE}} | | [[Category:Resolution scale threshold (Config)]]}} {{!!}} {{{resolution scale threshold notes|}}}}}
{{!}}-
{{#if: {{{shader mode|}}} | {{!}} '''Shader mode''' {{!!}} {{#ifeq: {{#regex: {{{shader mode|}}} | /(Legacy \(singlethreaded\){{!}}Async \(multithreaded\){{!}}Async with Shader Interpreter{{!}}Shader Interpreter only)/rs}} | {{{shader mode|}}} | {{{shader mode|}}} {{#if: {{NAMESPACE}} | | [[Category:Shader mode: {{{shader mode|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{shader mode notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{write color buffers|}}} | {{!}} '''Write color buffers''' {{!!}} {{#ifeq: {{#regex: {{{write color buffers|}}} | /(On{{!}}Off)/rs}} | {{{write color buffers|}}} | {{{write color buffers|}}} {{#if: {{NAMESPACE}} | | [[Category:Write color buffers: {{{write color buffers|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{write color buffers notes|}}}}}
{{#if: {{{write color buffers|}}} | {{!}} '''Write color buffers''' {{!!}} {{#ifeq: {{#regex: {{{write color buffers|}}} | /(On{{!}}Off)/rs}} | {{{write color buffers|}}} | {{{write color buffers|}}} {{#if: {{NAMESPACE}} | | [[Category:Write color buffers: {{{write color buffers|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{write color buffers notes|}}}}}
Line 147: Line 162:
{{!}}-
{{!}}-
{{#if: {{{stretch to display area|}}} | {{!}} '''Stretch to display area''' {{!!}} {{#ifeq: {{#regex: {{{stretch to display area|}}} | /(On{{!}}Off)/rs}} | {{{stretch to display area|}}} | {{{stretch to display area|}}} {{#if: {{NAMESPACE}} | | [[Category:Stretch to display area: {{{stretch to display area|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{stretch to display area notes|}}}}}
{{#if: {{{stretch to display area|}}} | {{!}} '''Stretch to display area''' {{!!}} {{#ifeq: {{#regex: {{{stretch to display area|}}} | /(On{{!}}Off)/rs}} | {{{stretch to display area|}}} | {{{stretch to display area|}}} {{#if: {{NAMESPACE}} | | [[Category:Stretch to display area: {{{stretch to display area|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{stretch to display area notes|}}}}}
{{!}}-
{{#if: {{{enable 3d|}}} | {{!}} '''Enable 3D''' {{!!}} {{#ifeq: {{#regex: {{{enable 3d|}}} | /(On{{!}}Off)/rs}} | {{{enable 3d|}}} | {{{enable 3d|}}} {{#if: {{NAMESPACE}} | | [[Category:Enable 3D: {{{enable 3d|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{enable 3d notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{disable vertex cache|}}} | {{!}} '''Disable vertex cache''' {{!!}} {{#ifeq: {{#regex: {{{disable vertex cache|}}} | /(On{{!}}Off)/rs}} | {{{disable vertex cache|}}} | {{{disable vertex cache|}}} {{#if: {{NAMESPACE}} | | [[Category:Disable vertex cache: {{{disable vertex cache|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{disable vertex cache notes|}}}}}
{{#if: {{{disable vertex cache|}}} | {{!}} '''Disable vertex cache''' {{!!}} {{#ifeq: {{#regex: {{{disable vertex cache|}}} | /(On{{!}}Off)/rs}} | {{{disable vertex cache|}}} | {{{disable vertex cache|}}} {{#if: {{NAMESPACE}} | | [[Category:Disable vertex cache: {{{disable vertex cache|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{disable vertex cache notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{multithreaded rsx|}}} | {{!}} '''Multithreaded RSX''' {{!!}} {{#ifeq: {{#regex: {{{multithreaded rsx|}}} | /(On{{!}}Off)/rs}} | {{{multithreaded rsx|}}} | {{{multithreaded rsx|}}} {{#if: {{NAMESPACE}} | | [[Category:Multithreaded RSX: {{{multithreaded rsx|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{multithreaded rsx notes|}}}}}
{{#if: {{{multithreaded rsx|}}} | {{!}} '''Multithreaded RSX''' {{!!}} {{#ifeq: {{#regex: {{{multithreaded rsx|}}} | /(On{{!}}Off)/rs}} | {{{multithreaded rsx|}}} | {{{multithreaded rsx|}}} {{#if: {{NAMESPACE}} | | [[Category:Multithreaded RSX: {{{multithreaded rsx|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{multithreaded rsx notes|}}}}}
{{!}}-
{{#if: {{{disable async shader compiler|}}} | {{!}} '''Disable Async shader compiler''' {{!!}} {{#ifeq: {{#regex: {{{disable async shader compiler|}}} | /(On{{!}}Off)/rs}} | {{{disable async shader compiler|}}} | {{{disable async shader compiler|}}} {{#if: {{NAMESPACE}} | | [[Category:Disable Async shader compiler: {{{disable async shader compiler|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{disable async shader compiler notes|}}}}}
{{!}}}
{{!}}}
|}}<!--
|}}<!--
Line 158: Line 173:
{{{audio out windows|}}}
{{{audio out windows|}}}
{{{audio out linux|}}}
{{{audio out linux|}}}
{{{audio channels|}}}
{{{dump to file|}}}
{{{dump to file|}}}
{{{convert to 16-bit|}}}
{{{convert to 16-bit|}}}
{{{downmix to stereo|}}}
{{{volume|}}}
{{{volume|}}}
{{{enable buffering|}}}
{{{enable buffering|}}}
Line 173: Line 188:
! Notes
! Notes
{{!}}-
{{!}}-
{{#if: {{{audio out windows|}}} | {{!}} '''Audio output (Windows)''' {{!!}} {{#ifeq: {{#regex: {{{audio out windows|}}} | /(XAudio2{{!}}OpenAL)/rs}} | {{{audio out windows|}}} | {{{audio out windows|}}} {{#if: {{NAMESPACE}} | | [[Category:Audio output (Windows): {{{audio out windows|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{audio out windows notes|}}}}}
{{#if: {{{audio out windows|}}} | {{!}} '''Audio output (Windows)''' {{!!}} {{#ifeq: {{#regex: {{{audio out windows|}}} | /(XAudio2{{!}}OpenAL{{!}}Disabled)/rs}} | {{{audio out windows|}}} | {{{audio out windows|}}} {{#if: {{NAMESPACE}} | | [[Category:Audio output (Windows): {{{audio out windows|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{audio out windows notes|}}}}}
{{!}}-
{{#if: {{{audio out linux|}}} | {{!}} '''Audio output (Linux)''' {{!!}} {{#ifeq: {{#regex: {{{audio out linux|}}} | /(OpenAL{{!}}PulseAudio{{!}}ALSA{{!}}Disabled)/rs}} | {{{audio out linux|}}} | {{{audio out linux|}}} {{#if: {{NAMESPACE}} | | [[Category:Audio output (Linux): {{{audio out linux|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{audio out linux notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{audio out linux|}}} | {{!}} '''Audio output (Linux)''' {{!!}} {{#ifeq: {{#regex: {{{audio out linux|}}} | /(OpenAL{{!}}PulseAudio{{!}}ALSA)/rs}} | {{{audio out linux|}}} | {{{audio out linux|}}} {{#if: {{NAMESPACE}} | | [[Category:Audio output (Linux): {{{audio out linux|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{audio out linux notes|}}}}}
{{#if: {{{audio channels|}}} | {{!}} '''Audio channels''' {{!!}} {{#ifeq: {{#regex: {{{audio channels|}}} | /(Surround 7.1{{!}}Downmix to Stereo{{!}}Downmix to 5.1)/rs}} | {{{audio channels|}}} | {{{audio channels|}}} {{#if: {{NAMESPACE}} | | [[Category:Audio channels: {{{audio channels|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{audio channels notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{dump to file|}}} | {{!}} '''Dump to file''' {{!!}} {{#ifeq: {{#regex: {{{dump to file|}}} | /(On{{!}}Off)/rs}} | {{{dump to file|}}} | {{{dump to file|}}} {{#if: {{NAMESPACE}} | | [[Category:Dump to file: {{{dump to file|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{dump to file notes|}}}}}
{{#if: {{{dump to file|}}} | {{!}} '''Dump to file''' {{!!}} {{#ifeq: {{#regex: {{{dump to file|}}} | /(On{{!}}Off)/rs}} | {{{dump to file|}}} | {{{dump to file|}}} {{#if: {{NAMESPACE}} | | [[Category:Dump to file: {{{dump to file|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{dump to file notes|}}}}}
Line 181: Line 198:
{{#if: {{{convert to 16-bit|}}} | {{!}} '''Convert to 16-bit''' {{!!}} {{#ifeq: {{#regex: {{{convert to 16-bit|}}} | /(On{{!}}Off)/rs}} | {{{convert to 16-bit|}}} | {{{convert to 16-bit|}}} {{#if: {{NAMESPACE}} | | [[Category:Convert to 16-bit: {{{convert to 16-bit|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{convert to 16-bit notes|}}}}}
{{#if: {{{convert to 16-bit|}}} | {{!}} '''Convert to 16-bit''' {{!!}} {{#ifeq: {{#regex: {{{convert to 16-bit|}}} | /(On{{!}}Off)/rs}} | {{{convert to 16-bit|}}} | {{{convert to 16-bit|}}} {{#if: {{NAMESPACE}} | | [[Category:Convert to 16-bit: {{{convert to 16-bit|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{convert to 16-bit notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{downmix to stereo|}}} | {{!}} '''Downmix to stereo''' {{!!}} {{#ifeq: {{#regex: {{{downmix to stereo|}}} | /(On{{!}}Off)/rs}} | {{{downmix to stereo|}}} | {{{downmix to stereo|}}} {{#if: {{NAMESPACE}} | | [[Category:Downmix to stereo: {{{downmix to stereo|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{downmix to stereo notes|}}}}}
{{#if: {{{volume|}}} | {{!}} '''Volume''' {{!!}} {{#ifeq: {{#regex: {{{volume|}}} | /(^[0-9]${{!}}^[1-9][0-9]${{!}}^1[0-9]{2}${{!}}^200$)/rm}} | {{{volume|}}} | {{{volume|}}} {{#if: {{NAMESPACE}} | | [[Category:Volume (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{volume notes|}}}}}
{{!}}-
{{#if: {{{volume|}}} | {{!}} '''Volume''' {{!!}} {{{volume|}}} {{#if: {{NAMESPACE}} | | [[Category:Volume (Config)]]}} {{!!}} {{{volume notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{enable buffering|}}} | {{!}} '''Enable buffering''' {{!!}} {{#ifeq: {{#regex: {{{enable buffering|}}} | /(On{{!}}Off)/rs}} | {{{enable buffering|}}} | {{{enable buffering|}}} {{#if: {{NAMESPACE}} | | [[Category:Enable buffering: {{{enable buffering|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{enable buffering notes|}}}}}
{{#if: {{{enable buffering|}}} | {{!}} '''Enable buffering''' {{!!}} {{#ifeq: {{#regex: {{{enable buffering|}}} | /(On{{!}}Off)/rs}} | {{{enable buffering|}}} | {{{enable buffering|}}} {{#if: {{NAMESPACE}} | | [[Category:Enable buffering: {{{enable buffering|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{enable buffering notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{audio buffer duration|}}} | {{!}} '''Audio buffer duration''' {{!!}} {{{audio buffer duration|}}} {{#if: {{NAMESPACE}} | | [[Category:Audio buffer duration (Config)]]}} {{!!}} {{{audio buffer duration notes|}}}}}
{{#if: {{{audio buffer duration|}}} | {{!}} '''Audio buffer duration''' {{!!}} {{#ifeq: {{#regex: {{{audio buffer duration|}}} | /(^[2-9][0-9]${{!}}^1[0-9]{2}${{!}}^2[0-4][0-9]${{!}}^250$)/rm}} | {{{audio buffer duration|}}} | {{{audio buffer duration|}}} {{#if: {{NAMESPACE}} | | [[Category:Audio buffer duration (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{audio buffer duration notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{enable time stretching|}}} | {{!}} '''Enable time stretching''' {{!!}} {{#ifeq: {{#regex: {{{enable time stretching|}}} | /(On{{!}}Off)/rs}} | {{{enable time stretching|}}} | {{{enable time stretching|}}} {{#if: {{NAMESPACE}} | | [[Category:Enable time stretching: {{{enable time stretching|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{enable time stretching notes|}}}}}
{{#if: {{{enable time stretching|}}} | {{!}} '''Enable time stretching''' {{!!}} {{#ifeq: {{#regex: {{{enable time stretching|}}} | /(On{{!}}Off)/rs}} | {{{enable time stretching|}}} | {{{enable time stretching|}}} {{#if: {{NAMESPACE}} | | [[Category:Enable time stretching: {{{enable time stretching|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{enable time stretching notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{time stretching threshold|}}} | {{!}} '''Time stretching threshold''' {{!!}} {{{time stretching threshold|}}} {{#if: {{NAMESPACE}} | | [[Category:Time stretching threshold (Config)]]}} {{!!}} {{{time stretching threshold notes|}}}}}
{{#if: {{{time stretching threshold|}}} | {{!}} '''Time stretching threshold''' {{!!}} {{#ifeq: {{#regex: {{{time stretching threshold|}}} | /(^[0-9]${{!}}^[1-9][0-9]${{!}}^100$)/rm}} | {{{time stretching threshold|}}} | {{{time stretching threshold|}}} {{#if: {{NAMESPACE}} | | [[Category:Time stretching threshold (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{time stretching threshold notes|}}}}}
{{!}}-
{{#if: {{{microphone type|}}} | {{!}} '''Microphone type''' {{!!}} {{#ifeq: {{#regex: {{{microphone type|}}} | /(Disabled{{!}}Standard{{!}}SingStar{{!}}Real SingStar{{!}}Rocksmith)/rs}} | {{{microphone type|}}} | {{{microphone type|}}} {{#if: {{NAMESPACE}} | | [[Category:Microphone type: {{{microphone type|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{microphone type notes|}}}}}
{{!}}}
|}}<!--
--><!-- I/O configuration -->{{#if:
{{{keyboard handler|}}}
{{{mouse handler|}}}
{{{camera input|}}}
{{{camera settings|}}}
{{{move handler|}}}
| <h3>I/O configuration</h3>
{{{!}} class="wikitable" style="font-size:90%;"
! Setting
! Option
! Notes
{{!}}-
{{#if: {{{keyboard handler|}}} | {{!}} '''Keyboard handler''' {{!!}} {{#ifeq: {{#regex: {{{keyboard handler|}}} | /(Null{{!}}Basic)/rs}} | {{{keyboard handler|}}} | {{{keyboard handler|}}} {{#if: {{NAMESPACE}} | | [[Category:Keyboard handler: {{{keyboard handler|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{keyboard handler notes|}}}}}
{{!}}-
{{#if: {{{mouse handler|}}} | {{!}} '''Mouse handler''' {{!!}} {{#ifeq: {{#regex: {{{mouse handler|}}} | /(Null{{!}}Basic)/rs}} | {{{mouse handler|}}} | {{{mouse handler|}}} {{#if: {{NAMESPACE}} | | [[Category:Mouse handler: {{{mouse handler|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{mouse handler notes|}}}}}
{{!}}-
{{#if: {{{camera input|}}} | {{!}} '''Camera input''' {{!!}} {{#ifeq: {{#regex: {{{camera input|}}} | /(Unknown{{!}}EyeToy{{!}}PS Eye{{!}}UVC 1.1)/rs}} | {{{camera input|}}} | {{{camera input|}}} {{#if: {{NAMESPACE}} | | [[Category:Camera input: {{{camera input|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{camera input notes|}}}}}
{{!}}-
{{#if: {{{camera settings|}}} | {{!}} '''Camera settings''' {{!!}} {{#ifeq: {{#regex: {{{camera settings|}}} | /(Null{{!}}Fake)/rs}} | {{{camera settings|}}} | {{{camera settings|}}} {{#if: {{NAMESPACE}} | | [[Category:Camera settings: {{{camera settings|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{camera settings notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{microphone type|}}} | {{!}} '''Microphone type''' {{!!}} {{#ifeq: {{#regex: {{{microphone type|}}} | /(Null{{!}}Standard{{!}}SingStar{{!}}Real SingStar{{!}}Rocksmith)/rs}} | {{{microphone type|}}} | {{{microphone type|}}} {{#if: {{NAMESPACE}} | | [[Category:Microphone type: {{{microphone type|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{microphone type notes|}}}}}
{{#if: {{{move handler|}}} | {{!}} '''Move handler''' {{!!}} {{#ifeq: {{#regex: {{{move handler|}}} | /(Null{{!}}Fake{{!}}Mouse)/rs}} | {{{move handler|}}} | {{{move handler|}}} {{#if: {{NAMESPACE}} | | [[Category:Move handler: {{{move handler|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{move handler notes|}}}}}
{{!}}}
{{!}}}
|}}<!--
|}}<!--
--><!-- Advanced configuration -->{{#if:
--><!-- Advanced configuration -->{{#if:
{{{debug console mode|}}}
{{{debug console mode|}}}
{{{accurate llvm dfma|}}}
{{{accurate rsx reservation access|}}}
{{{ppu llvm accurate vector nans|}}}
{{{silence all logs|}}}
{{{silence all logs|}}}
{{{sleep timers accuracy|}}}
{{{sleep timers accuracy|}}}
Line 206: Line 247:
{{{read color buffers|}}}
{{{read color buffers|}}}
{{{disable on-disk shader cache|}}}
{{{disable on-disk shader cache|}}}
{{{disable native float16 support|}}}
{{{relaxed zcull sync|}}}
{{{relaxed zcull sync|}}}
{{{driver wake-up delay|}}}
{{{driver wake-up delay|}}}
Line 217: Line 259:
{{!}}-
{{!}}-
{{#if: {{{debug console mode|}}} | {{!}} '''Debug console mode''' {{!!}} {{#ifeq: {{#regex: {{{debug console mode|}}} | /(On{{!}}Off)/rs}} | {{{debug console mode|}}} | {{{debug console mode|}}} {{#if: {{NAMESPACE}} | | [[Category:Debug console mode: {{{debug console mode|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{debug console mode notes|}}}}}
{{#if: {{{debug console mode|}}} | {{!}} '''Debug console mode''' {{!!}} {{#ifeq: {{#regex: {{{debug console mode|}}} | /(On{{!}}Off)/rs}} | {{{debug console mode|}}} | {{{debug console mode|}}} {{#if: {{NAMESPACE}} | | [[Category:Debug console mode: {{{debug console mode|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{debug console mode notes|}}}}}
{{!}}-
{{#if: {{{accurate llvm dfma|}}} | {{!}} '''Accurate LLVM DFMA''' {{!!}} {{#ifeq: {{#regex: {{{accurate llvm dfma|}}} | /(On{{!}}Off)/rs}} | {{{accurate llvm dfma|}}} | {{{accurate llvm dfma|}}} {{#if: {{NAMESPACE}} | | [[Category:Accurate LLVM DFMA: {{{accurate llvm dfma|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{accurate llvm dfma notes|}}}}}
{{!}}-
{{#if: {{{accurate rsx reservation access|}}} | {{!}} '''Accurate RSX reservation access''' {{!!}} {{#ifeq: {{#regex: {{{accurate rsx reservation access|}}} | /(On{{!}}Off)/rs}} | {{{accurate rsx reservation access|}}} | {{{accurate rsx reservation access|}}} {{#if: {{NAMESPACE}} | | [[Category:Accurate RSX reservation access: {{{accurate rsx reservation access|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{accurate rsx reservation access notes|}}}}}
{{!}}-
{{#if: {{{ppu llvm accurate vector nans|}}} | {{!}} '''PPU LLVM accurate vector NaNs''' {{!!}} {{#ifeq: {{#regex: {{{ppu llvm accurate vector nans|}}} | /(On{{!}}Off)/rs}} | {{{ppu llvm accurate vector nans|}}} | {{{ppu llvm accurate vector nans|}}} {{#if: {{NAMESPACE}} | | [[Category:PPU LLVM accurate vector NaNs: {{{ppu llvm accurate vector nans|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{ppu llvm accurate vector nans notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{silence all logs|}}} | {{!}} '''Silence all logs''' {{!!}} {{#ifeq: {{#regex: {{{silence all logs|}}} | /(On{{!}}Off)/rs}} | {{{silence all logs|}}} | {{{silence all logs|}}} {{#if: {{NAMESPACE}} | | [[Category:Silence all logs: {{{silence all logs|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{silence all logs notes|}}}}}
{{#if: {{{silence all logs|}}} | {{!}} '''Silence all logs''' {{!!}} {{#ifeq: {{#regex: {{{silence all logs|}}} | /(On{{!}}Off)/rs}} | {{{silence all logs|}}} | {{{silence all logs|}}} {{#if: {{NAMESPACE}} | | [[Category:Silence all logs: {{{silence all logs|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{silence all logs notes|}}}}}
Line 224: Line 272:
{{#if: {{{maximum spurs threads|}}} | {{!}} '''Maximum SPURS threads''' {{!!}} {{#ifeq: {{#regex: {{{maximum spurs threads|}}} | /(Unlimited{{!}}[0-5])/rs}} | {{{maximum spurs threads|}}} | {{{maximum spurs threads|}}} {{#if: {{NAMESPACE}} | | [[Category:Maximum SPURS threads (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{maximum spurs threads notes|}}}}}
{{#if: {{{maximum spurs threads|}}} | {{!}} '''Maximum SPURS threads''' {{!!}} {{#ifeq: {{#regex: {{{maximum spurs threads|}}} | /(Unlimited{{!}}[0-5])/rs}} | {{{maximum spurs threads|}}} | {{{maximum spurs threads|}}} {{#if: {{NAMESPACE}} | | [[Category:Maximum SPURS threads (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{maximum spurs threads notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{firmware settings|}}} | {{!}} '''Firmware settings''' {{!!}} {{#ifeq: {{#regex: {{{firmware settings|}}} | /(Manually load selected libraries{{!}}Load automatic and manual selection{{!}}Load liblv2.sprx only{{!}}Load liblv2.sprx and manual selection{{!}}Load liblv2.sprx and strict selection)/rs}} | {{{firmware settings|}}} | {{{firmware settings|}}} {{#if: {{NAMESPACE}} | | [[Category:Firmware settings: {{{firmware settings|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{firmware settings notes|}}}}}
{{#if: {{{firmware settings|}}} | {{!}} '''Firmware settings''' {{!!}} {{#ifeq: {{#regex: {{{firmware settings|}}} | /(Manually load selected libraries{{!}}Load automatic and manual selection{{!}}Load liblv2\.sprx only{{!}}Load liblv2\.sprx and manual selection{{!}}Load liblv2\.sprx and strict selection)/rs}} | {{{firmware settings|}}} | {{{firmware settings|}}} {{#if: {{NAMESPACE}} | | [[Category:Firmware settings: {{{firmware settings|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{firmware settings notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{read depth buffers|}}} | {{!}} '''Read depth buffers''' {{!!}} {{#ifeq: {{#regex: {{{read depth buffers|}}} | /(On{{!}}Off)/rs}} | {{{read depth buffers|}}} | {{{read depth buffers|}}} {{#if: {{NAMESPACE}} | | [[Category:Read depth buffers: {{{read depth buffers|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{read depth buffers notes|}}}}}
{{#if: {{{read depth buffers|}}} | {{!}} '''Read depth buffers''' {{!!}} {{#ifeq: {{#regex: {{{read depth buffers|}}} | /(On{{!}}Off)/rs}} | {{{read depth buffers|}}} | {{{read depth buffers|}}} {{#if: {{NAMESPACE}} | | [[Category:Read depth buffers: {{{read depth buffers|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{read depth buffers notes|}}}}}
Line 234: Line 282:
{{#if: {{{disable on-disk shader cache|}}} | {{!}} '''Disable on-disk shader cache''' {{!!}} {{#ifeq: {{#regex: {{{disable on-disk shader cache|}}} | /(On{{!}}Off)/rs}} | {{{disable on-disk shader cache|}}} | {{{disable on-disk shader cache|}}} {{#if: {{NAMESPACE}} | | [[Category:Disable on-disk shader cache: {{{disable on-disk shader cache|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{disable on-disk shader cache notes|}}}}}
{{#if: {{{disable on-disk shader cache|}}} | {{!}} '''Disable on-disk shader cache''' {{!!}} {{#ifeq: {{#regex: {{{disable on-disk shader cache|}}} | /(On{{!}}Off)/rs}} | {{{disable on-disk shader cache|}}} | {{{disable on-disk shader cache|}}} {{#if: {{NAMESPACE}} | | [[Category:Disable on-disk shader cache: {{{disable on-disk shader cache|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{disable on-disk shader cache notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{relaxed zcull sync|}}} | {{!}} '''Relaxed ZCULL sync''' {{!!}} {{#ifeq: {{#regex: {{{relaxed zcull sync|}}} | /(On{{!}}Off)/rs}} | {{{relaxed zcull sync|}}} | {{{relaxed zcull sync|}}} {{#if: {{NAMESPACE}} | | [[Category:Relaxed ZCULL sync: {{{relaxed zcull sync|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{relaxed zcull sync notes|}}}}}
{{#if: {{{disable native float16 support|}}} | {{!}} '''Disable native float16 support''' {{!!}} {{#ifeq: {{#regex: {{{disable native float16 support|}}} | /(On{{!}}Off)/rs}} | {{{disable native float16 support|}}} | {{{disable native float16 support|}}} {{#if: {{NAMESPACE}} | | [[Category:Disable native float16 support: {{{disable native float16 support|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{disable native float16 support notes|}}}}}
{{!}}-
{{#if: {{{relaxed zcull sync|}}} | {{!}} '''Relaxed ZCull sync''' {{!!}} {{#ifeq: {{#regex: {{{relaxed zcull sync|}}} | /(On{{!}}Off)/rs}} | {{{relaxed zcull sync|}}} | {{{relaxed zcull sync|}}} {{#if: {{NAMESPACE}} | | [[Category:Relaxed ZCull sync: {{{relaxed zcull sync|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{relaxed zcull sync notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{driver wake-up delay|}}} | {{!}} '''Driver wake-up delay''' {{!!}} {{{driver wake-up delay|}}} {{#if: {{NAMESPACE}} | | [[Category:Driver wake-up delay (Config)]]}} {{!!}} {{{driver wake-up delay notes|}}}}}
{{#if: {{{driver wake-up delay|}}} | {{!}} '''Driver wake-up delay''' {{!!}} {{#ifeq: {{#regex: {{{driver wake-up delay|}}} | /(^[0-9]${{!}}^[1-9][0-9]${{!}}^[1-9][0-9]{2}${{!}}^[1-6][0-9]{3}${{!}}^7000$)/rm}} | {{{driver wake-up delay|}}} | {{{driver wake-up delay|}}} {{#if: {{NAMESPACE}} | | [[Category:Driver wake-up delay (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{driver wake-up delay notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{vblank rate|}}} | {{!}} '''Vblank rate''' {{!!}} {{{vblank rate|}}} {{#if: {{NAMESPACE}} | | [[Category:Vblank rate (Config)]]}} {{!!}} {{{vblank rate notes|}}}}}
{{#if: {{{vblank rate|}}} | {{!}} '''Vblank rate''' {{!!}} {{#ifeq: {{#regex: {{{vblank rate|}}} | /(^[1-9]${{!}}^[1-9][0-9]${{!}}^[1-9][0-9]{2}${{!}}^1[0-7][0-9]{2}${{!}}^1800$)/rm}} | {{{vblank rate|}}} | {{{vblank rate|}}} {{#if: {{NAMESPACE}} | | [[Category:Vblank rate (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{vblank rate notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{clocks scale|}}} | {{!}} '''Clocks scale''' {{!!}} {{{clocks scale|}}} {{#if: {{NAMESPACE}} | | [[Category:Clocks scale (Config)]]}} {{!!}} {{{clocks scale notes|}}}}}
{{#if: {{{clocks scale|}}} | {{!}} '''Clocks scale''' {{!!}} {{#ifeq: {{#regex: {{{clocks scale|}}} | /(^[1-9][0-9]${{!}}^[1-9][0-9]{2}${{!}}^[12][0-9]{3}${{!}}^3000$)/rm}} | {{{clocks scale|}}} | {{{clocks scale|}}} {{#if: {{NAMESPACE}} | | [[Category:Clocks scale (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{clocks scale notes|}}}}}
{{!}}}
{{!}}}
|}}<!--
|}}<!--
--><!-- Debug configuration -->{{#if:
--><!-- Debug configuration -->{{#if:
{{{disable zcull occlusion queries|}}}
{{{force cpu blit emulation|}}}
{{{force cpu blit emulation|}}}
{{{use gpu texture scaling|}}}
{{{use gpu texture scaling|}}}
{{{accurate getllar|}}}
{{{accurate getllar|}}}
{{{accurate putlluc|}}}
{{{hook static functions|}}}
{{{hook static functions|}}}
{{{accurate ppu 128 reservations|}}}
| <h3>Debug configuration</h3>
| <h3>Debug configuration</h3>
This tab is hidden by default. For instructions on how to enable the Debug tab in the settings window, [[Help:Frequently Asked Questions#Enabling Debug tab|click here]].
This tab is hidden by default. For instructions on how to enable the Debug tab in the settings window, [[Help:Frequently Asked Questions#Enabling Debug tab|click here]].
Line 255: Line 306:
! Option
! Option
! Notes
! Notes
{{!}}-
{{#if: {{{disable zcull occlusion queries|}}} | {{!}} '''Disable ZCull occlusion queries''' {{!!}} {{#ifeq: {{#regex: {{{disable zcull occlusion queries|}}} | /(On{{!}}Off)/rs}} | {{{disable zcull occlusion queries|}}} | {{{disable zcull occlusion queries|}}} {{#if: {{NAMESPACE}} | | [[Category:Disable ZCull occlusion queries: {{{disable zcull occlusion queries|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{disable zcull occlusion queries notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{force cpu blit emulation|}}} | {{!}} '''Force CPU blit emulation''' {{!!}} {{#ifeq: {{#regex: {{{force cpu blit emulation|}}} | /(On{{!}}Off)/rs}} | {{{force cpu blit emulation|}}} | {{{force cpu blit emulation|}}} {{#if: {{NAMESPACE}} | | [[Category:Force CPU blit emulation: {{{force cpu blit emulation|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{force cpu blit emulation notes|}}}}}
{{#if: {{{force cpu blit emulation|}}} | {{!}} '''Force CPU blit emulation''' {{!!}} {{#ifeq: {{#regex: {{{force cpu blit emulation|}}} | /(On{{!}}Off)/rs}} | {{{force cpu blit emulation|}}} | {{{force cpu blit emulation|}}} {{#if: {{NAMESPACE}} | | [[Category:Force CPU blit emulation: {{{force cpu blit emulation|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{force cpu blit emulation notes|}}}}}
Line 262: Line 315:
{{#if: {{{accurate getllar|}}} | {{!}} '''Accurate GETLLAR''' {{!!}} {{#ifeq: {{#regex: {{{accurate getllar|}}} | /(On{{!}}Off)/rs}} | {{{accurate getllar|}}} | {{{accurate getllar|}}} {{#if: {{NAMESPACE}} | | [[Category:Accurate GETLLAR: {{{accurate getllar|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{accurate getllar notes|}}}}}
{{#if: {{{accurate getllar|}}} | {{!}} '''Accurate GETLLAR''' {{!!}} {{#ifeq: {{#regex: {{{accurate getllar|}}} | /(On{{!}}Off)/rs}} | {{{accurate getllar|}}} | {{{accurate getllar|}}} {{#if: {{NAMESPACE}} | | [[Category:Accurate GETLLAR: {{{accurate getllar|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{accurate getllar notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{accurate putlluc|}}} | {{!}} '''Accurate PUTLLUC''' {{!!}} {{#ifeq: {{#regex: {{{accurate putlluc|}}} | /(On{{!}}Off)/rs}} | {{{accurate putlluc|}}} | {{{accurate putlluc|}}} {{#if: {{NAMESPACE}} | | [[Category:Accurate PUTLLUC: {{{accurate putlluc|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{accurate putlluc notes|}}}}}
{{#if: {{{hook static functions|}}} | {{!}} '''Hook static functions''' {{!!}} {{#ifeq: {{#regex: {{{hook static functions|}}} | /(On{{!}}Off)/rs}} | {{{hook static functions|}}} | {{{hook static functions|}}} {{#if: {{NAMESPACE}} | | [[Category:Hook static functions: {{{hook static functions|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{hook static functions notes|}}}}}
{{!}}-
{{!}}-
{{#if: {{{hook static functions|}}} | {{!}} '''Hook static functions''' {{!!}} {{#ifeq: {{#regex: {{{hook static functions|}}} | /(On{{!}}Off)/rs}} | {{{hook static functions|}}} | {{{hook static functions|}}} {{#if: {{NAMESPACE}} | | [[Category:Hook static functions: {{{hook static functions|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{hook static functions notes|}}}}}
{{#if: {{{accurate ppu 128 reservations|}}} | {{!}} '''Accurate PPU 128 reservations''' {{!!}} {{#ifeq: {{#regex: {{{accurate ppu 128 reservations|}}} | /(Always Enabled{{!}}Disabled{{!}}^[1-8]$)/rm}} | {{{accurate ppu 128 reservations|}}} | {{{accurate ppu 128 reservations|}}} {{#if: {{NAMESPACE}} | | [[Category:Accurate PPU 128 reservations: {{{accurate ppu 128 reservations|}}} (Config)]]}} | [[Category:Incorrect configurations (Config)]]}} {{!!}} {{{accurate ppu 128 reservations notes|}}}}}
{{!}}}
{{!}}}
|}}
|}}
Line 270: Line 323:
--><!-- Check to see if any default settings have been used --><!--
--><!-- Check to see if any default settings have been used --><!--
--><!-- CPU configuration --><!--
--><!-- CPU configuration --><!--
-->{{#if: {{{ppu decoder|}}} | {{#ifeq: {{{ppu decoder|}}} | LLVM Recompiler | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{ppu decoder|}}} | {{#ifeq: {{{ppu decoder|}}} | Recompiler (LLVM) | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{spu decoder|}}} | {{#ifeq: {{{spu decoder|}}} | LLVM Recompiler | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{spu decoder|}}} | {{#ifeq: {{{spu decoder|}}} | Recompiler (LLVM) | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{preferred spu threads|}}} | {{#ifeq: {{{preferred spu threads|}}} | Auto | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{preferred spu threads|}}} | {{#ifeq: {{{preferred spu threads|}}} | Auto | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{enable thread scheduler|}}} | {{#ifeq: {{{enable thread scheduler|}}} | On | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{enable thread scheduler|}}} | {{#ifeq: {{{enable thread scheduler|}}} | On | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
Line 281: Line 334:
-->{{#if: {{{tsx instructions|}}} | {{#ifeq: {{{tsx instructions|}}} | Enabled | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{tsx instructions|}}} | {{#ifeq: {{{tsx instructions|}}} | Enabled | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
--><!-- GPU configuration --><!--
--><!-- GPU configuration --><!--
-->{{#if: {{{renderer|}}} | {{#ifeq: {{{renderer|}}} | OpenGL | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--  
-->{{#if: {{{renderer|}}} | {{#ifeq: {{{renderer|}}} | Vulkan | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--  
-->{{#if: {{{graphics device|}}} | {{#ifeq: {{{graphics device|}}} | NA | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{graphics device|}}} | {{#ifeq: {{{graphics device|}}} | NA | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{aspect ratio|}}} | {{#ifeq: {{{aspect ratio|}}} | 16:9 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{aspect ratio|}}} | {{#ifeq: {{{aspect ratio|}}} | 16:9 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{framelimit|}}} | {{#ifeq: {{{framelimit|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{framelimit|}}} | {{#ifeq: {{{framelimit|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{anisotropic filter|}}} | {{#ifeq: {{{anisotropic filter|}}} | Automatic | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{anisotropic filter|}}} | {{#ifeq: {{{anisotropic filter|}}} | Auto | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{anti-aliasing|}}} | {{#ifeq: {{{anti-aliasing|}}} | Auto | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{anti-aliasing|}}} | {{#ifeq: {{{anti-aliasing|}}} | Auto | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{default resolution|}}} | {{#ifeq: {{{default resolution|}}} | 1280x720 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{default resolution|}}} | {{#ifeq: {{{default resolution|}}} | 1280x720 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{resolution scale|}}} | {{#ifeq: {{{resolution scale|}}} | 100% | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{resolution scale|}}} | {{#ifeq: {{{resolution scale|}}} | 100 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{resolution scale threshold|}}} | {{#ifeq: {{{resolution scale threshold|}}} | 16 x 16 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{resolution scale threshold|}}} | {{#ifeq: {{{resolution scale threshold|}}} | 16 x 16 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{shader mode|}}} | {{#ifeq: {{{shader mode|}}} | Async (multithreaded) | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{write color buffers|}}} | {{#ifeq: {{{write color buffers|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{write color buffers|}}} | {{#ifeq: {{{write color buffers|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{strict rendering mode|}}} | {{#ifeq: {{{strict rendering mode|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{strict rendering mode|}}} | {{#ifeq: {{{strict rendering mode|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{vsync|}}} | {{#ifeq: {{{vsync|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{vsync|}}} | {{#ifeq: {{{vsync|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{stretch to display area|}}} | {{#ifeq: {{{stretch to display area|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{stretch to display area|}}} | {{#ifeq: {{{stretch to display area|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{enable 3d|}}} | {{#ifeq: {{{enable 3d|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{disable vertex cache|}}} | {{#ifeq: {{{disable vertex cache|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{disable vertex cache|}}} | {{#ifeq: {{{disable vertex cache|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{multithreaded rsx|}}} | {{#ifeq: {{{multithreaded rsx|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{multithreaded rsx|}}} | {{#ifeq: {{{multithreaded rsx|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{disable async shader compiler|}}} | {{#ifeq: {{{disable async shader compiler|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
--><!-- Audio configuration --><!--
--><!-- Audio configuration --><!--
-->{{#if: {{{audio out windows|}}} | {{#ifeq: {{{audio out windows|}}} | XAudio2 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{audio out windows|}}} | {{#ifeq: {{{audio out windows|}}} | XAudio2 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{audio out linux|}}} | {{#ifeq: {{{audio out linux|}}} | OpenAL | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{audio out linux|}}} | {{#ifeq: {{{audio out linux|}}} | OpenAL | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{audio channels|}}} | {{#ifeq: {{{audio channels|}}} | Downmix to Stereo | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{dump to file|}}} | {{#ifeq: {{{dump to file|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--  
-->{{#if: {{{dump to file|}}} | {{#ifeq: {{{dump to file|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--  
-->{{#if: {{{convert to 16-bit|}}} | {{#ifeq: {{{convert to 16-bit|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{convert to 16-bit|}}} | {{#ifeq: {{{convert to 16-bit|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{downmix to stereo|}}} | {{#ifeq: {{{downmix to stereo|}}} | On | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{volume|}}} | {{#ifeq: {{{volume|}}} | 100 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{volume|}}} | {{#ifeq: {{{volume|}}} | 100% | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{enable buffering|}}} | {{#ifeq: {{{enable buffering|}}} | On | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{enable buffering|}}} | {{#ifeq: {{{enable buffering|}}} | On | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{audio buffer duration|}}} | {{#ifeq: {{{audio buffer duration|}}} | 100ms | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{audio buffer duration|}}} | {{#ifeq: {{{audio buffer duration|}}} | 100 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{enable time stretching|}}} | {{#ifeq: {{{enable time stretching|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{enable time stretching|}}} | {{#ifeq: {{{enable time stretching|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{time stretching threshold|}}} | {{#ifeq: {{{time stretching threshold|}}} | 75% | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{time stretching threshold|}}} | {{#ifeq: {{{time stretching threshold|}}} | 75 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{microphone type|}}} | {{#ifeq: {{{microphone type|}}} | Null | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{microphone type|}}} | {{#ifeq: {{{microphone type|}}} | Disabled | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
--><!-- I/O configuration --><!--
-->{{#if: {{{keyboard handler|}}} | {{#ifeq: {{{keyboard handler|}}} | Null | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{mouse handler|}}} | {{#ifeq: {{{mouse handler|}}} | Basic | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{camera input|}}} | {{#ifeq: {{{camera input|}}} | Unknown | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{camera settings|}}} | {{#ifeq: {{{camera settings|}}} | Null | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{move handler|}}} | {{#ifeq: {{{move handler|}}} | Null | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
--><!-- Advanced configuration --><!--
--><!-- Advanced configuration --><!--
-->{{#if: {{{debug console mode|}}} | {{#ifeq: {{{debug console mode|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{debug console mode|}}} | {{#ifeq: {{{debug console mode|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{accurate llvm dfma|}}} | {{#ifeq: {{{accurate llvm dfma|}}} | On | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{accurate rsx reservation access|}}} | {{#ifeq: {{{accurate rsx reservation access|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{ppu llvm accurate vector nans|}}} | {{#ifeq: {{{ppu llvm accurate vector nans|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{silence all logs|}}} | {{#ifeq: {{{silence all logs|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{silence all logs|}}} | {{#ifeq: {{{silence all logs|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{sleep timers accuracy|}}} | {{#ifeq: {{{sleep timers accuracy|}}} | Usleep Only | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{sleep timers accuracy|}}} | {{#ifeq: {{{sleep timers accuracy|}}} | Usleep Only | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
Line 319: Line 382:
-->{{#if: {{{read color buffers|}}} | {{#ifeq: {{{read color buffers|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{read color buffers|}}} | {{#ifeq: {{{read color buffers|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{disable on-disk shader cache|}}} | {{#ifeq: {{{disable on-disk shader cache|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{disable on-disk shader cache|}}} | {{#ifeq: {{{disable on-disk shader cache|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{disable native float16 support|}}} | {{#ifeq: {{{disable native float16 support|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{relaxed zcull sync|}}} | {{#ifeq: {{{relaxed zcull sync|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{relaxed zcull sync|}}} | {{#ifeq: {{{relaxed zcull sync|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{driver wake-up delay|}}} | {{#ifeq: {{{driver wake-up delay|}}} | 0 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{driver wake-up delay|}}} | {{#ifeq: {{{driver wake-up delay|}}} | 0 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
Line 324: Line 388:
-->{{#if: {{{clocks scale|}}} | {{#ifeq: {{{clocks scale|}}} | 100 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{clocks scale|}}} | {{#ifeq: {{{clocks scale|}}} | 100 | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
--><!-- Debug configuration --><!--
--><!-- Debug configuration --><!--
-->{{#if: {{{disable zcull occlusion queries|}}} | {{#ifeq: {{{disable zcull occlusion queries|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{force cpu blit emulation|}}} | {{#ifeq: {{{force cpu blit emulation|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{force cpu blit emulation|}}} | {{#ifeq: {{{force cpu blit emulation|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{use gpu texture scaling|}}} | {{#ifeq: {{{use gpu texture scaling|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{use gpu texture scaling|}}} | {{#ifeq: {{{use gpu texture scaling|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{accurate getllar|}}} | {{#ifeq: {{{accurate getllar|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{accurate getllar|}}} | {{#ifeq: {{{accurate getllar|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{accurate putlluc|}}} | {{#ifeq: {{{accurate putlluc|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{hook static functions|}}} | {{#ifeq: {{{hook static functions|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
-->{{#if: {{{hook static functions|}}} | {{#ifeq: {{{hook static functions|}}} | Off | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
->{{#if: {{{accurate ppu 128 reservations|}}} | {{#ifeq: {{{accurate ppu 128 reservations|}}} | Disabled | {{#if: {{NAMESPACE}} | | [[Category:Default settings repeated (Config)]]}}}}}}<!--
--><!-- List of settings previously used but no longer part of the master --><!--  
--><!-- List of settings previously used but no longer part of the master --><!--  
-->{{#if:
-->{{#if:
{{{bind spu threads to secondary cores|}}}
{{{bind spu threads to secondary cores|}}}
{{{invalidate cache every frame|}}}
{{{invalidate cache every frame|}}}
{{{disable async shader compiler|}}}
{{{downmix to stereo|}}}
{{{accurate putlluc|}}}
| {{#if: {{NAMESPACE}} | | [[Category:Legacy parameters used (Config)]]}}}}<!--
| {{#if: {{NAMESPACE}} | | [[Category:Legacy parameters used (Config)]]}}}}<!--
--></includeonly><noinclude>{{Config/doc}}</noinclude>
--></includeonly><noinclude>{{/doc}}</noinclude>

Revision as of 19:39, 1 October 2020

This template is used on all game pages under the ==Configuration== sub-header. The purpose of the template is to capture deviations in configurations from the default settings to be used for the emulator for each game. Hence, while using this template in the game pages, only options which deviate from the default settings are to be recorded.

Mandatory vs. recommendatory settings

Before using this is template, it is imperative to understand the distinction between mandatory settings and recommendatory settings.

  • Mandatory settings - Settings without which the game would not work (for example, Write Color Buffers for Demon's Souls) or will significantly degrade performance.
  • Recommendatory settings - User specific settings which will improve the overall gaming experience based on the hardware available. For example, a higher option can be used for Anisotropic Filter and Resolution Scale if the user's hardware is capable of handling the additional load whereas some settings such as "Preferred SPU threads" should be used for better performance with weaker CPUs.

Given the nature of the options available, it is not feasible to capture all permutations of settings for each game using this template. Hence, only mandatory settings shall be listed in the game pages using this template. To know which recommendatory setting would be most appropriate, kindly read the guidance available for each setting in the default settings page. RPCS3 is alpha stage emulator and hence user will have to experiment with the recommendatory settings to optimise their gameplay experience.

Syntax

Below is the syntax of the template. This template must be present for all game pages irrespective of whether any non-default configurations are necessary. Where the game only requires default settings, the template should simply be used without any parameters.

{{config
|parameters =
}}

Parameters

The following are the only valid parameters accepted by this template. Unless mentioned otherwise, choose only one of the options mentioned for each setting. For any setting which deviates from the default configuration, an additional note may be given if required using the notes extension to highlight any necessary information.

CPU configuration

|ppu decoder                           = Interpreter (static), Interpreter (dynamic), Recompiler (LLVM)
|ppu decoder notes                     = 
|spu decoder                           = Interpreter (static), Interpreter (dynamic), Recompiler (ASMJIT), Recompiler (LLVM)
|spu decoder notes                     = 
|preferred spu threads                 = Auto, Single digit between 1 to 6 (e.g. 3), Range between 1 to 6 (e.g. 1 - 3)
|preferred spu threads notes           = 
|thread scheduler                      = Operating System, RPCS3 Scheduler, RPCS3 Alternative Scheduler
|thread scheduler notes                = 
|enable spu loop detection             = On, Off
|enable spu loop detection notes       = 
|spu xfloat accuracy                   = Accurate, Approximate, Relaxed
|spu xfloat accuracy notes             = 
|spu block size                        = Safe, Mega, Giga
|spu block size notes                  = 
|tsx instructions                      = Enabled, Disabled, Forced
|tsx instructions notes                = 

GPU configuration

|renderer                              = OpenGL, Vulkan, Disabled
|renderer notes                        = 
|graphics device                       = This option is used only with Vulkan renderer to select the graphics card to be used by 
                                         RPCS3 when multiple eligible cards exist. Do not use this parameter on game pages.
|graphics device notes                 = 
|aspect ratio                          = 4:3, 16:9
|aspect ratio notes                    = 
|framelimit                            = Off, 50, 60, 30, Auto, PS3 Native, Infinite
|framelimit notes                      = 
|anisotropic filter                    = Auto, 2x, 4x, 8x, 16x
|anisotropic filter notes              = 
|anti-aliasing                         = Auto, Disabled
|anti-aliasing notes                   = 
|zcull accuracy                        = Precise, Approximate, Relaxed
|zcull accuracy notes                  = 
|shader quality                        = High, Low, Auto
|shader quality notes                  =
|3d rendering mode                     = Disabled, Anaglyph, Side-by-side, Over-under
|3d rendering mode notes               = 
|default resolution                    = 1920x1080, 1280x720, 720x480, 720x576, 1600x1080, 1440x1080, 1280x1080, 960x1080
|default resolution notes              = 
|resolution scale                      = Value between 50% to 800%
|resolution scale notes                = 
|resolution scale threshold            = Value between 1 to 1024 in the format 16 x 16
|resolution scale threshold notes      = 
|output scaling                        = Nearest, Bilinear, FidelityFX Super Resolution
|output scaling notes                  =
|shader mode                           = Legacy (singlethreaded), Async (multithreaded), Async with Shader Interpreter,
                                         Shader Interpreter only
|shader mode notes                     = 
|write color buffers                   = On, Off
|write color buffers notes             = 
|strict rendering mode                 = On, Off
|strict rendering mode notes           = 
|vsync                                 = On, Off
|vsync notes                           = 
|stretch to display area               = On, Off
|stretch to display area notes         = 
|multithreaded rsx                     = On, Off
|multithreaded rsx notes               = 
|asynchronous texture streaming        = On, Off
|asynchronous texture streaming notes  = 

Audio configuration

|audio out windows                     = Cubeb, XAudio2, Disabled
|audio out windows notes               = 
|audio out linux                       = Cubeb, FAudio, Disabled
|audio out linux notes                 = 
|audio format                          = Stereo, Surround 5.1, Surround 7.1, Automatic, Manual
|audio format notes                    = 
|dump to file                          = On, Off
|dump to file notes                    = 
|convert to 16-bit                     = On, Off
|convert to 16-bit notes               = 
|volume                                = Value between 0% to 200%
|volume notes                          = 
|enable buffering                      = On, Off
|enable buffering notes                = 
|audio buffer duration                 = Value between 20ms to 250ms
|audio buffer duration notes           = 
|enable time stretching                = On, Off
|enable time stretching notes          = 
|time stretching threshold             = Value between 0% to 100%
|time stretching threshold notes       = 
|microphone type                       = Disabled, Standard, SingStar, Real SingStar, Rocksmith
|microphone type notes                 = 

I/O configuration

|keyboard handler                      = Null, Basic
|keyboard handler notes                = 
|mouse handler                         = Null, Basic
|mouse handler notes                   = 
|camera input                          = Unknown, EyeToy, PS Eye, UVC 1.1
|camera input notes                    = 
|camera settings                       = Null, Fake, Qt
|camera settings notes                 = 
|move handler                          = Null, Fake, Mouse
|move handler notes                    = 

Network configuration

|network status                        = Disconnected, Connected
|network status notes                  = 
|psn status                            = Disconnected, Simulated, RPCN
|psn status notes                      = 

Advanced configuration

|debug console mode                    = On, Off
|debug console mode notes              = 
|accurate llvm dfma                    = On, Off
|accurate llvm dfma notes              = 
|accurate getllar                      = On, Off
|accurate getllar notes                = 
|accurate rsx reservation access       = On, Off
|accurate rsx reservation access notes = 
|accurate spu dma                      = On, Off
|accurate spu dma notes                = 
|ppu llvm accurate vector nans         = On, Off
|ppu llvm accurate vector nans notes   = 
|ppu llvm java mode handling           = On, Off
|ppu llvm java mode handling notes     = 
|silence all logs                      = On, Off
|silence all logs notes                = 
|sleep timers accuracy                 = As Host, Usleep Only, All Timers
|sleep timers accuracy notes           = 
|maximum spurs threads                 = Unlimited, Single digit between 0 to 5 (e.g. 3)
|maximum spurs threads notes           = 
|firmware libraries                    = Switch to LLE, Switch to HLE
|firmware libraries notes              = Mention the libraries to be manually selected here
|read depth buffers                    = On, Off
|read depth buffers notes              = 
|write depth buffers                   = On, Off
|write depth buffers notes             = 
|read color buffers                    = On, Off
|read color buffers notes              = 
|handle rsx memory tiling              = On, Off
|handle rsx memory tiling notes        = 
|disable on-disk shader cache          = On, Off
|disable on-disk shader cache notes    = 
|disable vertex cache                  = On, Off
|disable vertex cache notes            = 
|allow host gpu labels                 = On, Off
|allow host gpu labels notes           = 
|rsx fifo accuracy                     = Fast, Atomic, Ordered & Atomic
|rsx fifo accuracy notes               = 
|driver wake-up delay                  = Value between 0 to 7000
|driver wake-up delay notes            = 
|vblank rate                           = Value between 1 to 3000
|vblank rate notes                     = 
|vblank ntsc fixup                     = On, Off
|vblank ntsc fixup notes               = 
|clocks scale                          = Value between 10 to 1000
|clocks scale notes                    = 

Debug configuration

|disable zcull occlusion queries       = On, Off
|disable zcull occlusion queries notes = 
|force cpu blit emulation              = On, Off
|force cpu blit emulation notes        = 
|force gpu texture scaling             = On, Off
|force gpu texture scaling notes       = 
|hook static functions                 = On, Off
|hook static functions notes           = 
|accurate ppu 128 reservations         = Always Enabled, Disabled, Value between 1 to 8
|accurate ppu 128 reservations notes   = 
|ppu thread count                      = Value between 1 to 8
|ppu thread count notes                = 

Recommended patches

|highly recommended patch              = Mention patch names
|highly recommended patch notes        = 
|recommended patch                     = Mention patch names
|recommended patch notes               = 

Examples

Demon's Souls - Standard

{{config
<!-- CPU configuration -->
|preferred spu threads                 = 3 - 4
<!-- GPU configuration -->
|renderer                              = Vulkan
|write color buffers                   = On
}}

Only options that deviate from the default configuration to ensure best performance are listed below. The full list of default options is available here.

CPU configuration

Setting Option Notes
Preferred SPU threads 3 - 4

GPU configuration

Setting Option Notes
Renderer Vulkan
Write color buffers On


Find a game that does this - When the game only uses default settings

{{config
}}

No options that deviate from the default configuration are recommended for this title. The full list of default options is available here.

Attribution and re-use

This template (along with its documentation template) has been adapted from Dolphin Emulator Wiki released under the Creative Commons Attribution-ShareAlike 3.0 License.