mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 03:46:24 +02:00
Edit JIT Cache size and disable null descriptors
This commit is contained in:
parent
437f7f8c04
commit
8d4f004a59
7 changed files with 10 additions and 9 deletions
|
@ -73,7 +73,8 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
{
|
||||
if (info.Buffer.Handle == 0)
|
||||
{
|
||||
throw new Exception("One of the buffers in bufferInfo is null or uninitialized.");
|
||||
return;
|
||||
// throw new Exception("One of the buffers in bufferInfo is null or uninitialized.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue