fixes 4 stuff

This commit is contained in:
lizzie
2025-12-06 23:02:09 +00:00
parent 7c2662dd16
commit 23a0875545
4 changed files with 7 additions and 11 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: