Compare commits

..

1 commit

Author SHA1 Message Date
GreemDev
685e1c5be2 Merge branch 'removal/ims' into 'master'
Make 'Ignore Missing Services' Debug-only

See merge request ryubing/ryujinx!10
2025-03-21 06:26:44 +00:00

View file

@ -117,7 +117,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
private static string GetDiskCachePath()
{
return GraphicsConfig.EnableShaderCache && GraphicsConfig.TitleId != null
? Path.Combine(AppDataManager.GamesDirPath, GraphicsConfig.TitleId.ToLower(), "cache", "shader")
? Path.Combine(AppDataManager.GamesDirPath, GraphicsConfig.TitleId, "cache", "shader")
: null;
}