mirror of
https://github.com/libretro/RetroArch
synced 2025-02-17 15:41:01 +00:00
(Apple) Build fixes
This commit is contained in:
parent
dd93d549aa
commit
c6bc3b207f
apple
common
iOS
gfx/fonts
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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);
|
||||
|
@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#include "fonts.h"
|
||||
#include "../../file.h"
|
||||
#include "../../general.h"
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user