mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-09 04:12:00 +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
|
@ -2,8 +2,8 @@ namespace Ryujinx.Graphics.Nvdec.Vp9
|
||||||
{
|
{
|
||||||
internal enum BitDepth
|
internal enum BitDepth
|
||||||
{
|
{
|
||||||
Bits8 = 8, /**< 8 bits */
|
Bits8 = 8, // < 8 bits
|
||||||
Bits10 = 10, /**< 10 bits */
|
Bits10 = 10, // < 10 bits
|
||||||
Bits12 = 12, /**< 12 bits */
|
Bits12 = 12, // < 12 bits
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -189,9 +189,9 @@ namespace Ryujinx.HLE
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Action RefreshInputConfig { internal get; set; }
|
public Action RefreshInputConfig { internal get; set; }
|
||||||
|
|
||||||
/**
|
/// <summary>
|
||||||
* The desired hacky workarounds.
|
/// The desired hacky workarounds.
|
||||||
*/
|
/// </summary>
|
||||||
public DirtyHacks Hacks { internal get; set; }
|
public DirtyHacks Hacks { internal get; set; }
|
||||||
|
|
||||||
public HLEConfiguration(VirtualFileSystem virtualFileSystem,
|
public HLEConfiguration(VirtualFileSystem virtualFileSystem,
|
||||||
|
|
|
@ -430,14 +430,14 @@ namespace Ryujinx.UI.Common.Configuration
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool UseHypervisor { get; set; }
|
public bool UseHypervisor { get; set; }
|
||||||
|
|
||||||
/**
|
/// <summary>
|
||||||
* Show toggles for dirty hacks in the UI.
|
/// Show toggles for dirty hacks in the UI.
|
||||||
*/
|
/// </summary>
|
||||||
public bool ShowDirtyHacks { get; set; }
|
public bool ShowDirtyHacks { get; set; }
|
||||||
|
|
||||||
/**
|
/// <summary>
|
||||||
* The packed value of the enabled dirty hacks.
|
/// The packed value of the enabled dirty hacks.
|
||||||
*/
|
/// </summary>
|
||||||
public int EnabledDirtyHacks { get; set; }
|
public int EnabledDirtyHacks { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -696,9 +696,9 @@ namespace Ryujinx.UI.Common.Configuration
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public MultiplayerSection Multiplayer { get; private set; }
|
public MultiplayerSection Multiplayer { get; private set; }
|
||||||
|
|
||||||
/**
|
/// <summary>
|
||||||
* The Dirty Hacks section
|
/// The Dirty Hacks section
|
||||||
*/
|
/// </summary>
|
||||||
public HacksSection Hacks { get; private set; }
|
public HacksSection Hacks { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue