mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 09:57:09 +02:00
Initial support for the guest OpenGL driver (NVIDIA and Nouveau)
This commit is contained in:
parent
85a00d4d76
commit
5c2f6cc0b7
25 changed files with 581 additions and 102 deletions
|
@ -14,7 +14,7 @@ namespace Ryujinx.Graphics.OpenGL
|
|||
case MagFilter.Linear: return TextureMagFilter.Linear;
|
||||
}
|
||||
|
||||
throw new ArgumentException($"Invalid filter \"{filter}\".");
|
||||
return TextureMagFilter.Nearest;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue