forked from MeloNX/MeloNX
Fix missing chunkSize
This commit is contained in:
parent
c8db129402
commit
9c014e6f87
Binary file not shown.
@ -62,8 +62,6 @@ namespace Ryujinx.Memory
|
|||||||
return totalSize;
|
return totalSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
chunkSize /= 2;
|
|
||||||
|
|
||||||
int chunkCount = Math.Max(4, totalSize / DEFAULT_CHUNK_SIZE);
|
int chunkCount = Math.Max(4, totalSize / DEFAULT_CHUNK_SIZE);
|
||||||
return (totalSize + chunkCount - 1) / chunkCount;
|
return (totalSize + chunkCount - 1) / chunkCount;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user