mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
(OSX) Buildfixes
This commit is contained in:
parent
074f14b132
commit
5974f81ed8
@ -33,6 +33,7 @@
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#if defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__)
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <boolean.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
@ -40,6 +39,7 @@
|
||||
#include <UIKit/UIDevice.h>
|
||||
#endif
|
||||
|
||||
#include <boolean.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include <file/file_path.h>
|
||||
#include <rhash.h>
|
||||
@ -47,6 +47,7 @@
|
||||
#include "../frontend_driver.h"
|
||||
#include "../../ui/ui_companion_driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../../menu/menu.h"
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "../video_context_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#if defined(HAVE_COCOATOUCH)
|
||||
#define GLContextClass EAGLContext
|
||||
|
Loading…
x
Reference in New Issue
Block a user