kern: avoid hardcoding maximum board memory size
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
namespace ams::kern {
|
||||
|
||||
constexpr inline size_t MainMemorySize = 4_GB;
|
||||
constexpr inline size_t MainMemorySize = 4_GB;
|
||||
constexpr inline size_t MainMemorySizeMax = 8_GB;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user