mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 17:50:48 -07:00
Enable SRGB framebuffers by default (#502)
This commit is contained in:
@ -106,7 +106,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
||||
Image.Width,
|
||||
Image.Height, 1);
|
||||
|
||||
Image.Format = GalImageFormat.RGBA8 | GalImageFormat.Unorm;
|
||||
Image.Format = GalImageFormat.RGBA8 | (Image.Format & GalImageFormat.TypeMask);
|
||||
}
|
||||
|
||||
(PixelInternalFormat InternalFmt,
|
||||
|
Reference in New Issue
Block a user