diff options
Diffstat (limited to 'Ryujinx.Graphics.Nvdec.Vp9/BitDepth.cs')
| -rw-r--r-- | Ryujinx.Graphics.Nvdec.Vp9/BitDepth.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Ryujinx.Graphics.Nvdec.Vp9/BitDepth.cs b/Ryujinx.Graphics.Nvdec.Vp9/BitDepth.cs deleted file mode 100644 index b7b70953..00000000 --- a/Ryujinx.Graphics.Nvdec.Vp9/BitDepth.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Ryujinx.Graphics.Nvdec.Vp9 -{ - internal enum BitDepth - { - Bits8 = 8, /**< 8 bits */ - Bits10 = 10, /**< 10 bits */ - Bits12 = 12, /**< 12 bits */ - } -} |
