Remove ANGLE specific comments.
This commit is contained in:
parent
779c6502c7
commit
8a83d023db
2 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ namespace Ryujinx.UI.Common.Configuration
|
|||
public bool ShowConfirmExit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Enables ANGLE hardware-accelerated rendering for Avalonia
|
||||
/// Enables hardware-accelerated rendering for Avalonia
|
||||
/// </summary>
|
||||
public bool EnableHardwareAcceleration { get; set; }
|
||||
|
||||
|
|
|
@ -627,7 +627,7 @@ namespace Ryujinx.UI.Common.Configuration
|
|||
public ReactiveObject<bool> ShowConfirmExit { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Enables ANGLE hardware-accelerated rendering for Avalonia
|
||||
/// Enables hardware-accelerated rendering for Avalonia
|
||||
/// </summary>
|
||||
public ReactiveObject<bool> EnableHardwareAcceleration { get; private set; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue