0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

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

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: