(Apple) Build fixes

This commit is contained in:
Twinaphex 2014-10-21 23:56:51 +02:00
parent dd93d549aa
commit c6bc3b207f
5 changed files with 4 additions and 9 deletions

View File

@ -18,9 +18,6 @@
#include "RetroArch_Apple.h"
#include "../../settings_data.h"
#include "../../general.h"
#include "../../file.h"
void apple_display_alert(const char *message, const char *title)
{
#ifdef IOS

View File

@ -26,7 +26,7 @@
<key>C7C12374C7051F8843B3EFA1ACCAF2907102CCF7</key>
<string>../../../..</string>
<key>EF363D58F01B3FB341FA6C851870E60E4F080E97</key>
<string>../../../..media/overlays/</string>
<string>../../../..media/overlays</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/libretro/RetroArch.git</string>

View File

@ -22,9 +22,10 @@
#import "views.h"
#include "../../conf/config_file.h"
#include "../../file.h"
#include "../../content.h"
#include "../../dir_list.h"
#include "../../file_ops.h"
#include "../../file_path.h"
#include "../../general.h"
static const void* const associated_module_key = &associated_module_key;

View File

@ -26,8 +26,6 @@
#include "bluetooth/btdynamic.h"
#include "bluetooth/btpad.h"
#include "../../file.h"
id<RetroArch_Platform> apple_platform;
void apple_rarch_exited(void);

View File

@ -14,7 +14,6 @@
*/
#include "fonts.h"
#include "../../file.h"
#include "../../general.h"
#include <string.h>
#include <stddef.h>