Overlay system

This commit is contained in:
Barış Hamil 2025-06-21 00:17:10 +03:00 committed by GreemDev
parent bfd715b607
commit ba250df73d
13 changed files with 1088 additions and 19 deletions

View file

@ -41,5 +41,10 @@ namespace Ryujinx.Graphics.GAL.Multithreading
public void SetScalingFilterLevel(float level) { }
public void SetColorSpacePassthrough(bool colorSpacePassthroughEnabled) { }
/// <summary>
/// Gets the underlying implementation window for direct access
/// </summary>
public IWindow BaseWindow => _impl.Window;
}
}