mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
ceaef8240d
This reverts commit 43e6877e5dc3b3c52d853841e03ddd773d01868a.
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
//
|
|
// BaseConfig.xcconfig
|
|
// RetroArch
|
|
//
|
|
//
|
|
|
|
#include "BaseConfig.xcconfig"
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_MAIN -DHAVE_CORE_INFO_CACHE -DHAVE_ONLINE_UPDATER -DHAVE_UPDATE_CORES
|
|
|