mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 14:42:27 +00:00
(Apple) Dirty buildfix for now
This commit is contained in:
parent
cdee9eb9d8
commit
f473d6237f
@ -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;
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "../../general.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
static joypad_connection_t *slots;
|
||||
|
||||
static bool apple_joypad_init(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user