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