mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
Attempt to fix OSX build
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "atari.h"
|
#include "atari.h"
|
||||||
|
#include "crc32.h"
|
||||||
#include "binload.h" /* BINLOAD_loading_basic */
|
#include "binload.h" /* BINLOAD_loading_basic */
|
||||||
#include "cartridge.h"
|
#include "cartridge.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
|||||||
@@ -12,6 +12,9 @@
|
|||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_STRINGS_H
|
||||||
|
#include <strings.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* String functions ------------------------------------------------------ */
|
/* String functions ------------------------------------------------------ */
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#include "libretro.h"
|
#include "libretro.h"
|
||||||
#include "libretro-core.h"
|
#include "libretro-core.h"
|
||||||
#include "retroscreen.h"
|
#include "retroscreen.h"
|
||||||
|
#include "platform.h"
|
||||||
|
#include "vkbd.h"
|
||||||
//CORE VAR
|
//CORE VAR
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
char slash = '\\';
|
char slash = '\\';
|
||||||
@@ -80,6 +82,7 @@ int STAT_BASEY;
|
|||||||
|
|
||||||
/*static*/ retro_input_state_t input_state_cb;
|
/*static*/ retro_input_state_t input_state_cb;
|
||||||
static retro_input_poll_t input_poll_cb;
|
static retro_input_poll_t input_poll_cb;
|
||||||
|
extern void retro_audio_cb( short l, short r);
|
||||||
|
|
||||||
|
|
||||||
void retro_set_input_state(retro_input_state_t cb)
|
void retro_set_input_state(retro_input_state_t cb)
|
||||||
|
|||||||
Reference in New Issue
Block a user