Browse Source

Fix missing S8 format on texture compatibility check

gdkchan 6 years ago
parent
commit
ffaad0eaac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Ryujinx.Graphics.Gpu/Image/TextureCompatibility.cs

+ 1 - 0
Ryujinx.Graphics.Gpu/Image/TextureCompatibility.cs

@@ -105,6 +105,7 @@ namespace Ryujinx.Graphics.Gpu.Image
                 case Format.D24UnormS8Uint:
                 case Format.D32Float:
                 case Format.D32FloatS8Uint:
+                case Format.S8Uint:
                     return true;
             }