mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(Apple) Build fixes
This commit is contained in:
parent
dd93d549aa
commit
c6bc3b207f
@ -18,9 +18,6 @@
|
|||||||
#include "RetroArch_Apple.h"
|
#include "RetroArch_Apple.h"
|
||||||
#include "../../settings_data.h"
|
#include "../../settings_data.h"
|
||||||
|
|
||||||
#include "../../general.h"
|
|
||||||
#include "../../file.h"
|
|
||||||
|
|
||||||
void apple_display_alert(const char *message, const char *title)
|
void apple_display_alert(const char *message, const char *title)
|
||||||
{
|
{
|
||||||
#ifdef IOS
|
#ifdef IOS
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<key>C7C12374C7051F8843B3EFA1ACCAF2907102CCF7</key>
|
<key>C7C12374C7051F8843B3EFA1ACCAF2907102CCF7</key>
|
||||||
<string>../../../..</string>
|
<string>../../../..</string>
|
||||||
<key>EF363D58F01B3FB341FA6C851870E60E4F080E97</key>
|
<key>EF363D58F01B3FB341FA6C851870E60E4F080E97</key>
|
||||||
<string>../../../..media/overlays/</string>
|
<string>../../../..media/overlays</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>IDESourceControlProjectURL</key>
|
<key>IDESourceControlProjectURL</key>
|
||||||
<string>https://github.com/libretro/RetroArch.git</string>
|
<string>https://github.com/libretro/RetroArch.git</string>
|
||||||
|
@ -22,9 +22,10 @@
|
|||||||
#import "views.h"
|
#import "views.h"
|
||||||
|
|
||||||
#include "../../conf/config_file.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 "../../file_path.h"
|
||||||
#include "../../general.h"
|
|
||||||
|
|
||||||
static const void* const associated_module_key = &associated_module_key;
|
static const void* const associated_module_key = &associated_module_key;
|
||||||
|
|
||||||
|
@ -26,8 +26,6 @@
|
|||||||
#include "bluetooth/btdynamic.h"
|
#include "bluetooth/btdynamic.h"
|
||||||
#include "bluetooth/btpad.h"
|
#include "bluetooth/btpad.h"
|
||||||
|
|
||||||
#include "../../file.h"
|
|
||||||
|
|
||||||
id<RetroArch_Platform> apple_platform;
|
id<RetroArch_Platform> apple_platform;
|
||||||
|
|
||||||
void apple_rarch_exited(void);
|
void apple_rarch_exited(void);
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "fonts.h"
|
#include "fonts.h"
|
||||||
#include "../../file.h"
|
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user