misc: this is C# XMLdocs not Javadocs

This commit is contained in:
Evan Husted
2024-12-28 22:08:37 -06:00
parent 8b3a945b5f
commit b5999583d6
4 changed files with 15 additions and 15 deletions

View File

@ -430,14 +430,14 @@ namespace Ryujinx.UI.Common.Configuration
/// </summary>
public bool UseHypervisor { get; set; }
/**
* Show toggles for dirty hacks in the UI.
*/
/// <summary>
/// Show toggles for dirty hacks in the UI.
/// </summary>
public bool ShowDirtyHacks { get; set; }
/**
* The packed value of the enabled dirty hacks.
*/
/// <summary>
/// The packed value of the enabled dirty hacks.
/// </summary>
public int EnabledDirtyHacks { get; set; }
/// <summary>