mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
(Cocoa) Buildfixes
This commit is contained in:
parent
0389474e12
commit
718ed30d70
@ -19,8 +19,10 @@
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../../menu/menu_setting.h"
|
||||
#include "../../menu/menu.h"
|
||||
#include "../../menu/menu_driver.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CORELOCATION
|
||||
#include <CoreLocation/CoreLocation.h>
|
||||
|
@ -25,9 +25,12 @@
|
||||
#include "../../../input/input_keymaps.h"
|
||||
#include "../../../input/drivers/cocoa_input.h"
|
||||
|
||||
#include "../../../runloop.h"
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../../../menu/menu_entry.h"
|
||||
#include "../../../menu/drivers/menu_generic.h"
|
||||
#include "../../../runloop.h"
|
||||
#endif
|
||||
|
||||
// Menu Support
|
||||
|
||||
|
@ -26,12 +26,15 @@
|
||||
#include "../ui_companion_driver.h"
|
||||
#include "../../input/drivers/cocoa_input.h"
|
||||
#include "../../input/drivers_keyboard/keyboard_event_apple.h"
|
||||
#include "../../menu/menu_setting.h"
|
||||
#include "../../retroarch.h"
|
||||
|
||||
#include "../../frontend/frontend.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../../menu/menu_setting.h"
|
||||
#endif
|
||||
|
||||
static char msg_old[PATH_MAX_LENGTH];
|
||||
static id apple_platform;
|
||||
static CFRunLoopObserverRef iterate_observer;
|
||||
@ -509,6 +512,7 @@ static void *ui_companion_cocoatouch_init(void)
|
||||
}
|
||||
|
||||
static size_t old_size = 0;
|
||||
|
||||
static void ui_companion_cocoatouch_notify_list_pushed(void *data,
|
||||
file_list_t *list, file_list_t *menu_list)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user