aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/UpscaleType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/UpscaleType.cs')
-rw-r--r--src/Ryujinx.Graphics.GAL/UpscaleType.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Ryujinx.Graphics.GAL/UpscaleType.cs b/src/Ryujinx.Graphics.GAL/UpscaleType.cs
new file mode 100644
index 00000000..442b65f2
--- /dev/null
+++ b/src/Ryujinx.Graphics.GAL/UpscaleType.cs
@@ -0,0 +1,9 @@
+namespace Ryujinx.Graphics.GAL
+{
+ public enum ScalingFilter
+ {
+ Bilinear,
+ Nearest,
+ Fsr
+ }
+} \ No newline at end of file