mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 14:50:54 -05: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