This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RetroArch
Watch
1
Star
0
Fork
0
You've already forked RetroArch
mirror of
https://github.com/libretro/RetroArch
synced
2025-02-01 00:32:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
RetroArch
/
pkg
/
apple
/
Metal.xcconfig
8 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(macOS): Initial Desktop UI (Qt) support * Adds new RetroArchQT build target to RetroArch_Metal.xcodeproj Prerequisites: * Install Qt Frameworks $ brew install qt * Build `moc` files using $ make -f Makefile.apple HAVE_QT=1 Q=/usr/local/opt/qt/bin/moc generate Limitations: * Qt frameworks are not embedded in bundle, therefore Qt must be installed via the `brew` command
2018-09-05 20:10:54 -07:00
//
// BaseConfig.xcconfig
// RetroArch
//
//
chore(metal): Separate legacy GL and Metal source * Forks of Cocoa / Cocoa Touch to *_metal.* version * Reverted original GL Cocoa / Cocoa Touch versions * GL and Metal projects still build
2018-11-04 09:29:40 -07:00
OTHER_CFLAGS = $(inherited) -DHAVE_MAIN -DHAVE_COCOA_METAL
Reference in New Issue
Copy Permalink