mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 09:10:01 -06: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