Don't throw when ending conditional rendering for now

This should be re-enabled when conditional rendering is enabled on nvidia etc.
This commit is contained in:
riperiperi 2021-12-08 13:20:43 +00:00
parent 23b8bd8642
commit 5590811ea3

View file

@ -165,7 +165,7 @@ namespace Ryujinx.Graphics.Vulkan
} }
else else
{ {
throw new NotSupportedException(); // throw new NotSupportedException();
} }
} }