Compare commits

..

1 commit

Author SHA1 Message Date
Goodfeat
275e2606ff Merge branch 'Master_PR' into 'master'
Improved interaction with "Input" settings.

See merge request ryubing/ryujinx!4
2025-03-21 08:40:21 +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;
}