Difference between revisions of "Shader caches"

From Emulation General Wiki
Jump to navigation Jump to search
(Undo revision 91134 by 172.69.111.189 (talk))
(Tag: Undo)
(Undo revision 91133 by 172.69.111.189 (talk))
(Tag: Undo)
Line 80: Line 80:
 
|721
 
|721
 
|Vulkan
 
|Vulkan
 +
|}
 +
 +
==[[Xenia]]==
 +
Put the files in <code><XeniaFolder>\cache\shaders\shareable</code>
 +
 +
Current shader version is 20220720<ref>[https://github.com/xenia-project/xenia/blob/master/src/xenia/gpu/dxbc_shader_translator.h#L116 Xenia's shader version source on Github]</ref>
 +
 +
{| class="wikitable" style="text-align:center;"
 +
|+
 +
|-
 +
! scope="col"|'''Game'''
 +
! scope="col"|'''Link(s)'''
 +
! scope="col"|'''Shader Version'''
 +
! scope="col"|'''Renderer'''
 +
! scope="col"|'''Notes'''
 +
|-
 +
|Lost Odyssey
 +
|[https://www.mediafire.com/file/wkjg0bpagkc7u2i/LostOdysseyXenia2.zip/file Download]
 +
|20220720
 +
|DX12 ROV
 +
|100% Full Playthrough (Discs 1-4)
 +
Xenia Canary Build December 25 2022 (9f0d3d4)
 +
|-
 +
|Gears of War 2
 +
|[https://www.mediafire.com/file/gfs7cqsc2i31gkp/gow2_xenia_shaders.zip/file Download]
 +
|20220720
 +
|DX12 ROV
 +
|Full Playthrough of Main Campaign
 +
|-
 +
|Gears of War 3
 +
|[https://www.mediafire.com/file/6nt15znflol7uc7/GOW3_Xenia.rar/file Download]
 +
|20220720
 +
|DX12 ROV
 +
|Full Playthrough
 +
|-
 +
|Gears of War Judgment
 +
|[https://www.mediafire.com/file/e2fdnilu7b5h4eo/GoWJudgment_Shader.rar/file Download]
 +
|20220720
 +
|DX12 ROV
 +
|Full Playthrough Judgment/Aftermath
 +
|-
 +
|Red Dead Redemption
 +
|[https://www.mediafire.com/file/hal62gtwylp0j44/RDR_Shaders.rar/file Download]
 +
|20220720
 +
|DX12 ROV
 +
|Full Playthrough of Main Campaign and Undead Nightmare
 +
|-
 +
|WET
 +
|[https://www.mediafire.com/file/xf8mnz0eg9r6hq3/wet_xenia_shaders.zip/file Download]
 +
|20220720
 +
|DX12 ROV
 +
|Full Playthrough of Main Campaign
 
|}
 
|}
  

Revision as of 20:42, 23 June 2024

This page contains Shader Cache sets to download for specific games

A shader cache is a collection of GPU specific programs known as shaders that get stored in your computer's auxiliary memory for quick retrieval (as you play your game).

Modern consoles and their games make heavy use of precompiled shaders specific to their GPUs, and these shaders can't be run natively on PC hardware, so they need to be translated or recompiled. The simplest way to do this is to recompile them at runtime, but that's slow and can cause stuttering every time a new shader is loaded in the game. A mitigation to this stuttering is to compile the shaders asynchronously to the emulator, but this has its own drawback in that in the time it takes to compile the shader, the effect in-game that relies on it won't be shown.

Another approach is to cache the system's raw shader pipeline and then compile the shaders before the game even starts. The only drawback here is that someone has to play through the game atleast once to 'build' a cache that can be used by others. This page provides files to pre-built caches for seamless use while playing your games.

When an emulator updates the way it handles shaders, it may break compatibility with previous shader caches; for this reason, the shader version is listed below.

Note: Please compress your shader caches with 7-Zip or WinRAR before uploading them.

RPCS3

Put the raw and pipeline folders in <RPCS3Folder>\cache\<gameSerial>\ppu-<hash>-EBOOT.BIN\shaders_cache\

Current shader version is v1.94 (2022/12/11)[1]

Game Link(s) Shader Version Shader Count Renderer Notes
God of War III Download v1.94 9330 Vulkan
Guitar Hero 5 Download v1.94 1485 Vulkan
Guitar Hero: Warriors of Rock Download v1.94 1953 Vulkan
Ratchet and Clank: A Crack in Time Download v1.93 1191 Vulkan
Ratchet and Clank: Into the Nexus Download v1.93 1150 Vulkan
Rock Band 3 Deluxe Download v1.94 1280 Vulkan
Skylanders Giants Download v1.94 2831 Vulkan
The Beatles: Rock Band Download v1.94 721 Vulkan

Xenia

Put the files in <XeniaFolder>\cache\shaders\shareable

Current shader version is 20220720[2]

Game Link(s) Shader Version Renderer Notes
Lost Odyssey Download 20220720 DX12 ROV 100% Full Playthrough (Discs 1-4)

Xenia Canary Build December 25 2022 (9f0d3d4)

Gears of War 2 Download 20220720 DX12 ROV Full Playthrough of Main Campaign
Gears of War 3 Download 20220720 DX12 ROV Full Playthrough
Gears of War Judgment Download 20220720 DX12 ROV Full Playthrough Judgment/Aftermath
Red Dead Redemption Download 20220720 DX12 ROV Full Playthrough of Main Campaign and Undead Nightmare
WET Download 20220720 DX12 ROV Full Playthrough of Main Campaign

Erm...what the sigma?

References