mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-13 23:07:42 +02:00
Compare commits
2 commits
275e2606ff
...
462e4528a1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
462e4528a1 | ||
![]() |
86c2f261af |
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
|
||||||
private static string GetDiskCachePath()
|
private static string GetDiskCachePath()
|
||||||
{
|
{
|
||||||
return GraphicsConfig.EnableShaderCache && GraphicsConfig.TitleId != null
|
return GraphicsConfig.EnableShaderCache && GraphicsConfig.TitleId != null
|
||||||
? Path.Combine(AppDataManager.GamesDirPath, GraphicsConfig.TitleId, "cache", "shader")
|
? Path.Combine(AppDataManager.GamesDirPath, GraphicsConfig.TitleId.ToLower(), "cache", "shader")
|
||||||
: null;
|
: null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue