This commit is contained in:
twinaphex 2017-12-16 17:06:18 +01:00
parent 03970ddacd
commit 9596cc2866

View File

@ -23,6 +23,9 @@
#ifndef _LIBRETRO_MEMMAP_H #ifndef _LIBRETRO_MEMMAP_H
#define _LIBRETRO_MEMMAP_H #define _LIBRETRO_MEMMAP_H
#include <stdio.h>
#include <stdint.h>
#if defined(__CELLOS_LV2__) || defined(PSP) || defined(GEKKO) || defined(VITA) || defined(_XBOX) || defined(_3DS) || defined(WIIU) #if defined(__CELLOS_LV2__) || defined(PSP) || defined(GEKKO) || defined(VITA) || defined(_XBOX) || defined(_3DS) || defined(WIIU)
/* No mman available */ /* No mman available */
#elif defined(_WIN32) && !defined(_XBOX) #elif defined(_WIN32) && !defined(_XBOX)