GraphicsConfig.cs 266 B

123456789101112
  1. namespace Ryujinx.Graphics.Gpu
  2. {
  3. public static class GraphicsConfig
  4. {
  5. public static string ShadersDumpPath;
  6. public static bool FastGpuTime = true;
  7. public static bool DisableTUpdate;
  8. public static bool DisableBUpdate;
  9. }
  10. }