diff options
Diffstat (limited to 'src/core/hle/kernel')
| -rw-r--r-- | src/core/hle/kernel/board/nintendo/nx/k_system_control.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/kernel/board/nintendo/nx/k_system_control.h b/src/core/hle/kernel/board/nintendo/nx/k_system_control.h index fe375769e..4b717d091 100644 --- a/src/core/hle/kernel/board/nintendo/nx/k_system_control.h +++ b/src/core/hle/kernel/board/nintendo/nx/k_system_control.h | |||
| @@ -9,6 +9,10 @@ namespace Kernel::Board::Nintendo::Nx { | |||
| 9 | 9 | ||
| 10 | class KSystemControl { | 10 | class KSystemControl { |
| 11 | public: | 11 | public: |
| 12 | // This can be overridden as needed. | ||
| 13 | static constexpr size_t SecureAppletMemorySize = 4 * 1024 * 1024; // 4_MB | ||
| 14 | |||
| 15 | public: | ||
| 12 | class Init { | 16 | class Init { |
| 13 | public: | 17 | public: |
| 14 | // Initialization. | 18 | // Initialization. |