mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-21 16:43:35 +00:00
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:
parent
23b8bd8642
commit
5590811ea3
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
// throw new NotSupportedException();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue