fixes 4 stuff

This commit is contained in:
lizzie
2025-12-06 23:02:09 +00:00
parent cce9c1af6b
commit e0748f02cd
3 changed files with 2 additions and 6 deletions
@@ -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: