Image Constant Fixes
Allows Mario Party Superstars to boot
This commit is contained in:
parent
245778bc7e
commit
d5e19a70bd
5 changed files with 19 additions and 24 deletions
|
@ -197,7 +197,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
maximumUniformBuffersPerStage: Constants.MaxUniformBuffersPerStage,
|
||||
maximumStorageBuffersPerStage: Constants.MaxStorageBuffersPerStage,
|
||||
maximumTexturesPerStage: Constants.MaxTexturesPerStage,
|
||||
maximumImagesPerStage: Constants.MaxTextureBindings,
|
||||
maximumImagesPerStage: Constants.MaxImagesPerStage,
|
||||
maximumComputeSharedMemorySize: (int)_device.MaxThreadgroupMemoryLength,
|
||||
maximumSupportedAnisotropy: 0,
|
||||
shaderSubgroupSize: 256,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue