core: hle: kernel: k_system_control: Add SecureAppletMemorySize.

pull/8/head
bunnei 2 years ago
parent f76b4417e6
commit d353c45f7d

@ -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…
Cancel
Save