fixes 4 stuff

This commit is contained in:
lizzie 2025-12-06 23:02:09 +00:00
parent 9432638382
commit 63e9f4270e
4 changed files with 7 additions and 11 deletions

View file

@ -86,11 +86,7 @@ size_t KSystemControl::Init::GetIntendedMemorySize() {
switch (GetMemorySizeForInit()) {
case Smc::MemorySize_4GB:
default: // All invalid modes should go to 4GB.
#ifdef __OPENORBIS__
return 2_GiB;
#else
return 4_GiB;
#endif
case Smc::MemorySize_6GB:
return 6_GiB;
case Smc::MemorySize_8GB: