fixes 4 stuff

This commit is contained in:
lizzie 2025-12-06 23:02:09 +00:00
parent 236b0a7c51
commit 26e4f59c16
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: