mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-12 01:37:02 +00:00
Fix Ori 2 not launching (revert Possible NullReferenceException change)
This commit is contained in:
parent
d96e93ef0d
commit
a369b246a3
1 changed files with 0 additions and 5 deletions
|
|
@ -1691,11 +1691,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
return false;
|
||||
}
|
||||
|
||||
if (_renderPass == null)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
var pipeline = pbp == PipelineBindPoint.Compute
|
||||
? _newState.CreateComputePipeline(Gd, Device, _program, PipelineCache)
|
||||
: _newState.CreateGraphicsPipeline(Gd, Device, _program, PipelineCache, _renderPass.Get(Cbs).Value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue