mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-04 23:13:04 +00:00
3e13b40b35
* Add config key to dump shaders in local directory * Address feedback
4 lines
84 B
C#
4 lines
84 B
C#
public static class GraphicsConfig
|
|
{
|
|
public static string ShadersDumpPath;
|
|
}
|