mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +00:00
(Apple) Get rid of apple_export.h
This commit is contained in:
parent
5db9e93aea
commit
304af2f398
@ -22,7 +22,6 @@
|
||||
|
||||
#include "../../frontend/info/core_info.h"
|
||||
#include "../../settings_data.h"
|
||||
#include "apple_export.h"
|
||||
|
||||
#define GSEVENT_TYPE_KEYDOWN 10
|
||||
#define GSEVENT_TYPE_KEYUP 11
|
||||
|
@ -1,24 +0,0 @@
|
||||
/* RetroArch - A frontend for libretro.
|
||||
* Copyright (C) 2013-2014 - Jason Fetters
|
||||
* Copyright (C) 2011-2014 - Daniel De Matteis
|
||||
*
|
||||
* 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_EXPORT_H
|
||||
#define __APPLE_EXPORT_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern void apple_refresh_config(void);
|
||||
|
||||
#endif
|
@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
#include "../menu/menu_common.h"
|
||||
#include "../../apple/common/apple_export.h"
|
||||
#include "../../settings_data.h"
|
||||
|
||||
#include "../frontend.h"
|
||||
|
Loading…
Reference in New Issue
Block a user