core: hle: kernel: k_system_control: Add SecureAppletMemorySize.
This commit is contained in:
parent
f76b4417e6
commit
d353c45f7d
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
namespace Kernel::Board::Nintendo::Nx {
|
||||
|
||||
class KSystemControl {
|
||||
public:
|
||||
// This can be overridden as needed.
|
||||
static constexpr size_t SecureAppletMemorySize = 4 * 1024 * 1024; // 4_MB
|
||||
|
||||
public:
|
||||
class Init {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue