mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-05 11:39:58 +00:00
Merge pull request #6494 from lat9nq/mingw-fix-fastmem
host_memory: Correct MEM_RESERVE_PLACEHOLDER
This commit is contained in:
commit
03da34b330
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue