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:
@ -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