mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 08:41:45 +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;
|
|
}
|