mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-15 09:36:35 +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");
|
constexpr sm::ServiceName SetSysMitmServiceName = sm::ServiceName::Encode("set:sys");
|
||||||
|
|
||||||
struct ServerOptions {
|
struct ServerOptions {
|
||||||
static constexpr size_t PointerBufferSize = 0x100;
|
static constexpr size_t PointerBufferSize = 0x200;
|
||||||
static constexpr size_t MaxDomains = 0;
|
static constexpr size_t MaxDomains = 0;
|
||||||
static constexpr size_t MaxDomainObjects = 0;
|
static constexpr size_t MaxDomainObjects = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue