romfs: thank you fire emblem, very cool (closes #2021)

This commit is contained in:
Michael Scire 2023-01-24 14:07:50 -07:00
parent f1132fbf5a
commit 0dd071b279
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ namespace ams::pm::resource {
constexpr size_t ReservedMemorySize600 = 5_MB;
/* Atmosphere always allocates extra memory for system usage. */
constexpr size_t ExtraSystemMemorySizeAtmosphere = 24_MB;
constexpr size_t ExtraSystemMemorySizeAtmosphere = 40_MB;
/* Desired extra threads. */
constexpr u64 BaseApplicationThreads = 96;