(Apple) Dirty buildfix for now

This commit is contained in:
Twinaphex 2015-03-31 14:46:44 +02:00
parent cdee9eb9d8
commit f473d6237f
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,8 @@ struct pad_connection
uint8_t data[2048];
};
static joypad_connection_t *slots;
static void hid_pad_connection_send_control(void *data, uint8_t* data_buf, size_t size)
{
struct pad_connection* connection = (struct pad_connection*)data;

View File

@ -20,7 +20,6 @@
#include "../../general.h"
#include "../../runloop.h"
static joypad_connection_t *slots;
static bool apple_joypad_init(void)
{