Skip to content

Commit

Permalink
Compile in CoreText font renderer on macos/ios/tvos
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored and LibretroAdmin committed Jul 1, 2023
1 parent 8c9ee02 commit 9320122
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apple/BaseConfig.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ OTHER_CFLAGS = $(inherited) -DHAVE_COMMAND
OTHER_CFLAGS = $(inherited) -DHAVE_CONFIGFILE
OTHER_CFLAGS = $(inherited) -DHAVE_COREAUDIO
OTHER_CFLAGS = $(inherited) -DHAVE_COREAUDIO3
OTHER_CFLAGS = $(inherited) -DHAVE_CORETEXT
OTHER_CFLAGS = $(inherited) -DHAVE_DISCORD
OTHER_CFLAGS = $(inherited) -DHAVE_DR_FLAC
OTHER_CFLAGS = $(inherited) -DHAVE_DR_MP3
Expand Down
4 changes: 4 additions & 0 deletions pkg/apple/RetroArch_iOS13.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,7 @@
"-DHAVE_CONFIGFILE",
"-DHAVE_COREAUDIO",
"-DHAVE_COREMOTION",
"-DHAVE_CORETEXT",
"-DHAVE_DSP_FILTER",
"-DHAVE_DYNAMIC",
"-DHAVE_FILTERS_BUILTIN",
Expand Down Expand Up @@ -1741,6 +1742,7 @@
"-DHAVE_CONFIGFILE",
"-DHAVE_COREAUDIO",
"-DHAVE_COREMOTION",
"-DHAVE_CORETEXT",
"-DHAVE_DSP_FILTER",
"-DHAVE_DYNAMIC",
"-DHAVE_FILTERS_BUILTIN",
Expand Down Expand Up @@ -1913,6 +1915,7 @@
"-DHAVE_COCOA_METAL",
"-DHAVE_CONFIGFILE",
"-DHAVE_COREAUDIO",
"-DHAVE_CORETEXT",
"-DHAVE_DSP_FILTER",
"-DHAVE_DYNAMIC",
"-DHAVE_FILTERS_BUILTIN",
Expand Down Expand Up @@ -2075,6 +2078,7 @@
"-DHAVE_COCOA_METAL",
"-DHAVE_CONFIGFILE",
"-DHAVE_COREAUDIO",
"-DHAVE_CORETEXT",
"-DHAVE_DSP_FILTER",
"-DHAVE_DYNAMIC",
"-DHAVE_FILTERS_BUILTIN",
Expand Down

0 comments on commit 9320122

Please sign in to comment.