early-access version 1796
This commit is contained in:
parent
635de11af2
commit
ae3fd02fdb
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 1795.
|
||||
This is the source code for early-access 1796.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -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