mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-13 18:51:01 +01:00
kern: reallocate pool distributions for 8GB units
This commit is contained in:
parent
8e4be9aef9
commit
6a368d3d1a
@ -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 New Issue
Block a user