2023-04-27 23:51:14 +02:00

9 lines
123 B
C#

namespace Ryujinx.Graphics.GAL
{
public enum ScalingFilter
{
Bilinear,
Nearest,
Fsr
}
}