Compare commits

..

1 Commits

Author SHA1 Message Date
gdkchan
514af90e26
Merge 9003549de1 into 5dbba07e33 2024-09-28 16:01:10 +02:00

View File

@ -743,7 +743,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
constantBufferUsePerStageMask &= ~(1 << index);
}
if (checkTextures && _allTextures.Length > 0)
if (checkTextures)
{
TexturePool pool = channel.TextureManager.GetTexturePool(poolState.TexturePoolGpuVa, poolState.TexturePoolMaximumId);