mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user