fixes 4 stuff

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

View file

@ -85,11 +85,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: