diff options
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/IndexType.cs')
| -rw-r--r-- | src/Ryujinx.Graphics.GAL/IndexType.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.Graphics.GAL/IndexType.cs b/src/Ryujinx.Graphics.GAL/IndexType.cs index 4abf28d9..8bbefc83 100644 --- a/src/Ryujinx.Graphics.GAL/IndexType.cs +++ b/src/Ryujinx.Graphics.GAL/IndexType.cs @@ -4,6 +4,6 @@ namespace Ryujinx.Graphics.GAL { UByte, UShort, - UInt + UInt, } -}
\ No newline at end of file +} |
