misc: chore: Fix object creation in OpenGL project
This commit is contained in:
@@ -394,7 +394,7 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
{
|
||||
_upscaledTexture?.Dispose();
|
||||
|
||||
TextureCreateInfo info = new TextureCreateInfo(
|
||||
TextureCreateInfo info = new(
|
||||
_width,
|
||||
_height,
|
||||
1,
|
||||
|
||||
Reference in New Issue
Block a user