mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
kern: reallocate pool distributions for 8GB units
This commit is contained in:
parent
8e4be9aef9
commit
6a368d3d1a
1 changed files with 2 additions and 2 deletions
|
@ -370,7 +370,7 @@ namespace ams::kern::board::nintendo::nx {
|
|||
case smc::MemoryArrangement_6GBForAppletDev:
|
||||
return 3285_MB;
|
||||
case smc::MemoryArrangement_8GB:
|
||||
return 4916_MB;
|
||||
return 6964_MB;
|
||||
}
|
||||
}();
|
||||
|
||||
|
@ -394,7 +394,7 @@ namespace ams::kern::board::nintendo::nx {
|
|||
case smc::MemoryArrangement_6GBForAppletDev:
|
||||
return 2193_MB;
|
||||
case smc::MemoryArrangement_8GB:
|
||||
return 2193_MB;
|
||||
return 562_MB;
|
||||
}
|
||||
}();
|
||||
|
||||
|
|
Loading…
Reference in a new issue