mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-18 00:18:22 +00:00
Remove mfi_hid.h too
This commit is contained in:
parent
8b56ee5624
commit
83b38cd5c1
@ -21,9 +21,6 @@
|
||||
#ifdef __APPLE__
|
||||
#include <CoreFoundation/CFRunLoop.h>
|
||||
#endif
|
||||
#ifdef HAVE_MFI
|
||||
#include "mfi_hid.h"
|
||||
#endif
|
||||
|
||||
#include <rthreads/rthreads.h>
|
||||
#include <dynamic/dylib.h>
|
||||
@ -33,6 +30,8 @@
|
||||
#include "btstack_hid.h"
|
||||
#include "../connect/joypad_connection.h"
|
||||
|
||||
joypad_connection_t *slots;
|
||||
|
||||
typedef struct btstack_hid
|
||||
{
|
||||
joypad_connection_t *slots;
|
||||
|
@ -1,23 +0,0 @@
|
||||
/* RetroArch - A frontend for libretro.
|
||||
* Copyright (C) 2013-2014 - Jason Fetters
|
||||
*
|
||||
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||
* of the GNU General Public License as published by the Free Software Found-
|
||||
* ation, either version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
* PURPOSE. See the GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with RetroArch.
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __APPLE_RARCH_GAMECONTROLLER_H__
|
||||
#define __APPLE_RARCH_GAMECONTROLLER_H__
|
||||
|
||||
#include "../../input/connect/joypad_connection.h"
|
||||
|
||||
joypad_connection_t *slots;
|
||||
|
||||
#endif
|
@ -28,10 +28,6 @@
|
||||
#include "../../menu/menu_setting.h"
|
||||
#include "../../retroarch.h"
|
||||
|
||||
#ifdef HAVE_MFI
|
||||
#include "../../input/drivers_hid/mfi_hid.h"
|
||||
#endif
|
||||
|
||||
#include "../../input/drivers_hid/btstack_hid.h"
|
||||
#include "../../frontend/frontend.h"
|
||||
#include "../../runloop_data.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user