mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
(iOS) Move included source files to Griffin
This commit is contained in:
parent
4dea46f6dc
commit
8a33670c7c
@ -25,6 +25,10 @@
|
|||||||
#include "btpad.h"
|
#include "btpad.h"
|
||||||
#include "btpad_queue.h"
|
#include "btpad_queue.h"
|
||||||
|
|
||||||
|
#include "../input/connect/joypad_connection.h"
|
||||||
|
|
||||||
|
extern joypad_connection_t *slots;
|
||||||
|
|
||||||
/* Private interface. */
|
/* Private interface. */
|
||||||
enum btpad_state
|
enum btpad_state
|
||||||
{
|
{
|
||||||
|
@ -346,6 +346,9 @@ INPUT
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef IOS
|
#ifdef IOS
|
||||||
|
#include "../apple/iOS/bluetooth/btdynamic.c"
|
||||||
|
#include "../apple/iOS/bluetooth/btpad.c"
|
||||||
|
#include "../apple/iOS/bluetooth/btpad_queue.c"
|
||||||
#include "../input/drivers_joypad/apple_joypad_ios.c"
|
#include "../input/drivers_joypad/apple_joypad_ios.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -19,10 +19,6 @@
|
|||||||
#include "../input_common.h"
|
#include "../input_common.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include "../../apple/common/apple_gamecontroller.h"
|
#include "../../apple/common/apple_gamecontroller.h"
|
||||||
|
|
||||||
#include "../../apple/iOS/bluetooth/btdynamic.c"
|
|
||||||
#include "../../apple/iOS/bluetooth/btpad.c"
|
|
||||||
#include "../../apple/iOS/bluetooth/btpad_queue.c"
|
|
||||||
#include "../connect/joypad_connection.h"
|
#include "../connect/joypad_connection.h"
|
||||||
|
|
||||||
joypad_connection_t *slots;
|
joypad_connection_t *slots;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user