diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-06-19 10:38:33 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-06-19 10:38:33 +0200 |
commit | 9a06b85b240fa72564bcfeacddef71459f0493d3 (patch) | |
tree | 57819bf25691e5010624decaaaa8f1fbd7c22868 | |
parent | Merge pull request #6484 from CaptV0rt3x/discord-rpc (diff) | |
download | yuzu-9a06b85b240fa72564bcfeacddef71459f0493d3.tar yuzu-9a06b85b240fa72564bcfeacddef71459f0493d3.tar.gz yuzu-9a06b85b240fa72564bcfeacddef71459f0493d3.tar.bz2 yuzu-9a06b85b240fa72564bcfeacddef71459f0493d3.tar.lz yuzu-9a06b85b240fa72564bcfeacddef71459f0493d3.tar.xz yuzu-9a06b85b240fa72564bcfeacddef71459f0493d3.tar.zst yuzu-9a06b85b240fa72564bcfeacddef71459f0493d3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/host_memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/host_memory.cpp b/src/common/host_memory.cpp index 8bd70abc7..2a5a7596c 100644 --- a/src/common/host_memory.cpp +++ b/src/common/host_memory.cpp @@ -34,7 +34,7 @@ constexpr size_t HugePageSize = 0x200000; // Manually imported for MinGW compatibility #ifndef MEM_RESERVE_PLACEHOLDER -#define MEM_RESERVE_PLACEHOLDER 0x0004000 +#define MEM_RESERVE_PLACEHOLDER 0x00040000 #endif #ifndef MEM_REPLACE_PLACEHOLDER #define MEM_REPLACE_PLACEHOLDER 0x00004000 |