UpscaleType.cs 123 B

123456789
  1. namespace Ryujinx.Graphics.GAL
  2. {
  3. public enum ScalingFilter
  4. {
  5. Bilinear,
  6. Nearest,
  7. Fsr
  8. }
  9. }