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

@ -2,8 +2,8 @@ namespace Ryujinx.Graphics.Nvdec.Vp9
{
internal enum BitDepth
{
Bits8 = 8, /**< 8 bits */
Bits10 = 10, /**< 10 bits */
Bits12 = 12, /**< 12 bits */
Bits8 = 8, // < 8 bits
Bits10 = 10, // < 10 bits
Bits12 = 12, // < 12 bits
}
}