frontend: Add a SDL2 headless window (#2310)
This commit is contained in:
parent
d125fce3e8
commit
31cbd09a75
13 changed files with 1615 additions and 6 deletions
|
@ -133,7 +133,7 @@ namespace Ryujinx.HLE
|
|||
/// <summary>
|
||||
/// Aspect Ratio applied to the renderer window by the SurfaceFlinger service.
|
||||
/// </summary>
|
||||
public AspectRatio AspectRatio { internal get; set; }
|
||||
public AspectRatio AspectRatio { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// An action called when HLE force a refresh of output after docked mode changed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue