quick hack to hopefully unbreak quicknes on loonix
This commit is contained in:
parent
b3c3a3a4bb
commit
db934f3689
|
@ -142,7 +142,7 @@ namespace BizHawk.BizInvoke
|
||||||
public SysVHostMsGuest()
|
public SysVHostMsGuest()
|
||||||
{
|
{
|
||||||
int size = 4 * 1024 * 1024;
|
int size = 4 * 1024 * 1024;
|
||||||
_memory = MemoryBlock.Create((ulong)size);
|
_memory = MemoryBlock.Create(0x36a00000000, (ulong)size);
|
||||||
_memory.Activate();
|
_memory.Activate();
|
||||||
_refs = new WeakReference[size / BlockSize];
|
_refs = new WeakReference[size / BlockSize];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue