mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 02:26:23 +02:00
Overlay system
This commit is contained in:
parent
bfd715b607
commit
ba250df73d
13 changed files with 1088 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue