Compare commits

..

1 Commits

Author SHA1 Message Date
gdkchan
b0eaab767d
Merge f2f3990e34 into 5dbba07e33 2024-09-28 04:59:34 -04: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);