diff options
| author | Mary <me@thog.eu> | 2021-07-06 22:08:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 22:08:44 +0200 |
| commit | 31cbd09a75a9d5f4814c3907a060e0961eb2bb15 (patch) | |
| tree | 094863555b29fcb254e023e9bf9a46f929b04fc2 /Ryujinx.HLE/HLEConfiguration.cs | |
| parent | d125fce3e8c780c042040ac8064155cd6751d353 (diff) | |
frontend: Add a SDL2 headless window (#2310)
Diffstat (limited to 'Ryujinx.HLE/HLEConfiguration.cs')
| -rw-r--r-- | Ryujinx.HLE/HLEConfiguration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HLEConfiguration.cs b/Ryujinx.HLE/HLEConfiguration.cs index 72205827..ba35b92c 100644 --- a/Ryujinx.HLE/HLEConfiguration.cs +++ b/Ryujinx.HLE/HLEConfiguration.cs @@ -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. |
