mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-08 19:40:30 +00:00
(CoreText) iOS cannot use ApplicationServices/ApplicationServices.h
header
This commit is contained in:
parent
16d440e6a3
commit
eb0d1e4116
@ -21,7 +21,12 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <CoreFoundation/CFString.h>
|
||||
#ifdef IOS
|
||||
#include <CoreText/CoreText.h>
|
||||
#include <CoreGraphics/CoreGraphics.h>
|
||||
#else
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#endif
|
||||
|
||||
#define CT_ATLAS_ROWS 8
|
||||
#define CT_ATLAS_COLS 16
|
||||
|
Loading…
Reference in New Issue
Block a user