early-access version 1796

main
pineappleEA 2021-06-19 11:33:00 +02:00
parent 635de11af2
commit ae3fd02fdb
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access yuzu emulator early access
============= =============
This is the source code for early-access 1795. This is the source code for early-access 1796.
## Legal Notice ## Legal Notice

View File

@ -34,7 +34,7 @@ constexpr size_t HugePageSize = 0x200000;
// Manually imported for MinGW compatibility // Manually imported for MinGW compatibility
#ifndef MEM_RESERVE_PLACEHOLDER #ifndef MEM_RESERVE_PLACEHOLDER
#define MEM_RESERVE_PLACEHOLDER 0x0004000 #define MEM_RESERVE_PLACEHOLDER 0x00040000
#endif #endif
#ifndef MEM_REPLACE_PLACEHOLDER #ifndef MEM_REPLACE_PLACEHOLDER
#define MEM_REPLACE_PLACEHOLDER 0x00004000 #define MEM_REPLACE_PLACEHOLDER 0x00004000