Răsfoiți Sursa

Merge pull request #6494 from lat9nq/mingw-fix-fastmem

host_memory: Correct MEM_RESERVE_PLACEHOLDER
Morph 5 ani în urmă
părinte
comite
03da34b330
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/common/host_memory.cpp

+ 1 - 1
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