Remove ANGLE specific comments.

This commit is contained in:
MutantAura 2024-03-18 13:29:06 +00:00
parent 779c6502c7
commit 8a83d023db
2 changed files with 2 additions and 2 deletions

View file

@ -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; }

View file

@ -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; }