mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 22:36:59 +00:00
misc: this is C# XMLdocs not Javadocs
This commit is contained in:
parent
8b3a945b5f
commit
b5999583d6
4 changed files with 15 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue