mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 11:20:46 -07:00
Initial support for the guest OpenGL driver (NVIDIA and Nouveau)
This commit is contained in:
@ -14,7 +14,7 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
case MagFilter.Linear: return TextureMagFilter.Linear;
|
||||
}
|
||||
|
||||
throw new ArgumentException($"Invalid filter \"{filter}\".");
|
||||
return TextureMagFilter.Nearest;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user