core: hle: kernel: k_system_control: Add SecureAppletMemorySize.

This commit is contained in:
bunnei 2022-10-29 13:47:39 -07:00
parent f76b4417e6
commit d353c45f7d
1 changed files with 4 additions and 0 deletions

View File

@ -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: