Skip to content

Commit

Permalink
Enable overlay support on tvos (#15987)
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored Dec 9, 2023
1 parent fb1bee0 commit 26918b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apple/RetroArch_iOS13.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,6 @@
"-DHAVE_IOS_SWIFT",
"-DHAVE_IOS_TOUCHMOUSE",
"-DHAVE_MATERIALUI",
"-DHAVE_OVERLAY",
"$(inherited)",
);
"OTHER_CFLAGS[sdk=iphoneos*]" = (
Expand Down Expand Up @@ -1664,7 +1663,6 @@
"-DHAVE_IOS_SWIFT",
"-DHAVE_IOS_TOUCHMOUSE",
"-DHAVE_MATERIALUI",
"-DHAVE_OVERLAY",
);
"OTHER_CFLAGS[sdk=iphoneos*]" = (
"-DHAVE_VULKAN",
Expand Down Expand Up @@ -2083,6 +2081,7 @@
"-DHAVE_OPENGL",
"-DHAVE_OPENGLES",
"-DHAVE_OPENGLES3",
"-DHAVE_OVERLAY",
"-DHAVE_OZONE",
"-DHAVE_PATCH",
"-DHAVE_RBMP",
Expand Down Expand Up @@ -2205,6 +2204,7 @@
"-DHAVE_OPENGL",
"-DHAVE_OPENGLES",
"-DHAVE_OPENGLES3",
"-DHAVE_OVERLAY",
"-DHAVE_OZONE",
"-DHAVE_PATCH",
"-DHAVE_RBMP",
Expand Down

0 comments on commit 26918b2

Please sign in to comment.