mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 10:40:46 -07:00
[GPU] Fix frame buffer being upside down in some cases
This commit is contained in:
7
Ryujinx.Graphics/Gal/GalConsts.cs
Normal file
7
Ryujinx.Graphics/Gal/GalConsts.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Graphics.Gal
|
||||
{
|
||||
public static class GalConsts
|
||||
{
|
||||
public const string FlipUniformName = "flip";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user