mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 13:11:49 +00:00
set.mitm: pointer buffer size was increased to 0x200 in 13.0.0
This commit is contained in:
parent
76bbc3022e
commit
5c89aaf31a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace ams::mitm::settings {
|
|||
constexpr sm::ServiceName SetSysMitmServiceName = sm::ServiceName::Encode("set:sys");
|
||||
|
||||
struct ServerOptions {
|
||||
static constexpr size_t PointerBufferSize = 0x100;
|
||||
static constexpr size_t PointerBufferSize = 0x200;
|
||||
static constexpr size_t MaxDomains = 0;
|
||||
static constexpr size_t MaxDomainObjects = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue