aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/IGalFrameBuffer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/IGalFrameBuffer.cs')
-rw-r--r--Ryujinx.Graphics/Gal/IGalFrameBuffer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/Gal/IGalFrameBuffer.cs b/Ryujinx.Graphics/Gal/IGalFrameBuffer.cs
index bce1981a..108d3d9b 100644
--- a/Ryujinx.Graphics/Gal/IGalFrameBuffer.cs
+++ b/Ryujinx.Graphics/Gal/IGalFrameBuffer.cs
@@ -18,6 +18,8 @@ namespace Ryujinx.Graphics.Gal
void Set(byte[] Data, int Width, int Height);
+ void SetMap(int[] Map);
+
void SetTransform(bool FlipX, bool FlipY, int Top, int Left, int Right, int Bottom);
void SetWindowSize(int Width, int Height);