Load process capabilities properly on KIPs
This commit is contained in:
parent
926fcf6e20
commit
925fc0ca9f
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ namespace Ryujinx.HLE.Loaders.Executables
|
||||||
|
|
||||||
MainThreadStackSize = segments[1].Attribute;
|
MainThreadStackSize = segments[1].Attribute;
|
||||||
|
|
||||||
Capabilities = new int[8];
|
Capabilities = new int[32];
|
||||||
|
|
||||||
for (int index = 0; index < Capabilities.Length; index++)
|
for (int index = 0; index < Capabilities.Length; index++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue