frontend: Add a SDL2 headless window (#2310)

This commit is contained in:
Mary 2021-07-06 22:08:44 +02:00 committed by GitHub
parent d125fce3e8
commit 31cbd09a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1615 additions and 6 deletions

View file

@ -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.