temp-fix: crash when trying to open more then 16 applets
Note: you can only open 55 applets and its not perfect, it also probably uses more ram but I couldn't see too much of a difference.
This commit is contained in:
parent
f2cf73f145
commit
410ae150e1
@ -13,7 +13,9 @@ namespace Ryujinx.Horizon.Sdk.Sf.Hipc
|
|||||||
{
|
{
|
||||||
PointerBufferSize = pointerBufferSize;
|
PointerBufferSize = pointerBufferSize;
|
||||||
MaxDomains = maxDomains;
|
MaxDomains = maxDomains;
|
||||||
MaxDomainObjects = maxDomainObjects;
|
// TODO: Implement domain objects removal before enabling this.
|
||||||
|
// MaxDomainObjects = maxDomainObjects;
|
||||||
|
MaxDomainObjects = 256;
|
||||||
CanDeferInvokeRequest = canDeferInvokeRequest;
|
CanDeferInvokeRequest = canDeferInvokeRequest;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user