mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 18:30:32 +00:00
commit
2afa877119
5 changed files with 28 additions and 14 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
namespace Common
|
||||
{
|
||||
#if !defined(_WIN32)
|
||||
#if !defined(_WIN32) && defined(_M_X86_64) && !defined(MAP_32BIT)
|
||||
#include <unistd.h>
|
||||
static uintptr_t RoundPage(uintptr_t addr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue