fix whitespace format check
This commit is contained in:
parent
8db86a9d1f
commit
acfd137fd1
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ namespace Ryujinx.Ava
|
|||
.With(new Win32PlatformOptions
|
||||
{
|
||||
WinUICompositionBackdropCornerRadius = 8.0f,
|
||||
RenderingMode = ConfigurationState.Instance.EnableHardwareAcceleration ?
|
||||
new[] { Win32RenderingMode.AngleEgl, Win32RenderingMode.Software } :
|
||||
RenderingMode = ConfigurationState.Instance.EnableHardwareAcceleration ?
|
||||
new[] { Win32RenderingMode.AngleEgl, Win32RenderingMode.Software } :
|
||||
new[] { Win32RenderingMode.Software },
|
||||
})
|
||||
.UseSkia();
|
||||
|
|
Loading…
Add table
Reference in a new issue