GraphicsDebugLevel.cs 152 B

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