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