diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-07-15 19:37:27 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-07-15 19:37:27 -0300 |
| commit | 3e13b40b353a61fe57d1bc1440e1db9bc133df08 (patch) | |
| tree | 524a073524241c6868f149d8807e23a842e33adf /Ryujinx.Graphics/GraphicsConfig.cs | |
| parent | 063fae50fe25388d10e9ec1915c561dc0f4d519d (diff) | |
Add config key to dump shaders in local directory (#265)
* Add config key to dump shaders in local directory
* Address feedback
Diffstat (limited to 'Ryujinx.Graphics/GraphicsConfig.cs')
| -rw-r--r-- | Ryujinx.Graphics/GraphicsConfig.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/GraphicsConfig.cs b/Ryujinx.Graphics/GraphicsConfig.cs new file mode 100644 index 00000000..3e3ef4ff --- /dev/null +++ b/Ryujinx.Graphics/GraphicsConfig.cs @@ -0,0 +1,4 @@ +public static class GraphicsConfig +{ + public static string ShadersDumpPath; +} |
