mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-07 02:38:29 +02:00
Initial support for the guest OpenGL driver (NVIDIA and Nouveau)
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
case MinFilter.LinearMipmapLinear: return TextureMinFilter.LinearMipmapLinear;
|
||||
}
|
||||
|
||||
throw new ArgumentException($"Invalid filter \"{filter}\".");
|
||||
return TextureMinFilter.Nearest;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user