mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 15:20:48 -07: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