GraphicsDebugLevel.cs 150 B

12345678910
  1. namespace Ryujinx.Common.Configuration
  2. {
  3. public enum GraphicsDebugLevel
  4. {
  5. None,
  6. Error,
  7. Slowdowns,
  8. All
  9. }
  10. }