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