mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 08:37:41 +00:00
(iOS) Buildfix
This commit is contained in:
parent
e7595ae493
commit
f1c69e79c2
@ -14,7 +14,11 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#include <CoreGraphics/CoreGraphics.h>
|
||||
#else
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#endif
|
||||
#if defined(HAVE_COCOA)
|
||||
#include <OpenGL/CGLTypes.h>
|
||||
#include <OpenGL/OpenGL.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user