Load process capabilities properly on KIPs

This commit is contained in:
gdkchan 2018-12-26 23:14:33 -03:00
parent 926fcf6e20
commit 925fc0ca9f

View file

@ -98,7 +98,7 @@ namespace Ryujinx.HLE.Loaders.Executables
MainThreadStackSize = segments[1].Attribute;
Capabilities = new int[8];
Capabilities = new int[32];
for (int index = 0; index < Capabilities.Length; index++)
{