Commit Graph

128 Commits

Author SHA1 Message Date
Yoshi Sugawara
e66c2d937a fix xcode build to codesign the cores before copying the resources 2017-07-22 08:20:16 -10:00
Yoshi Sugawara
d3d9229f1d fix xcode build to codesign the cores before copying the resources 2017-07-22 08:17:04 -10:00
Yoshi Sugawara
4b29c9dcad Returning false for the BGRA8888 opengl extension for all iOS devices 2017-07-20 19:13:18 -10:00
Yoshi Sugawara
15be2d6b34 The BGRA8888 gl extension is not working in iOS 10 and 11; report capability as false to get rendering the screen working again for cores that output in the BGRA8888 pixel format (mednafen_psx, nestopia, others?) 2017-07-20 19:06:32 -10:00
twinaphex
f085e69939 (OSX/iOS) Add HAVE_STB_VORBIS 2017-06-01 01:16:26 +02:00
radius
79fdccb31f bump 2017-05-27 20:12:48 -05:00
Twinaphex
0e4f1a400f Update ios 2017-05-19 14:38:18 +02:00
twinaphex
593334747b Define MSB_FIRST for RetroArch PPC 2017-05-06 16:45:02 +02:00
Twinaphex
256433a00b Bump up to 1.5.0 2017-03-07 18:37:57 +01:00
Twinaphex
7d9edc0874 Update iOS solutions 2017-03-05 22:07:19 +01:00
Twinaphex
ec14874363 Update to version 1.4.2 2017-03-05 20:52:24 +01:00
Twinaphex
308aa4678f Update bundle identifiers 2017-02-27 03:52:11 +01:00
Jean-André Santoni
4b84449f59 Fix iOS9 static project 2017-02-27 03:50:08 +01:00
Twinaphex
a6420ae966 Update ios10 target 2017-02-27 02:00:57 +01:00
Twinaphex
951ca852f5 Add ios .a targets 2017-02-27 02:00:57 +01:00
Jean-André Santoni
c0ac7095fa Update pkg/apple/RetroArch_iOS9-Info.plist 2017-02-27 01:50:54 +01:00
Twinaphex
ae92a0ceff Add to Info.plist 2017-02-27 01:42:29 +01:00
Twinaphex
9ebd8736e0 Update iOS 10 static 2017-02-27 01:05:10 +01:00
twinaphex
7974fb5c6e Add HAVE_APPLE_STORE to iOS 10 2017-02-26 23:00:03 +01:00
Twinaphex
b7b3b2cb5f Try to prevent truckload of warnings on iOS 2017-02-26 10:33:03 +01:00
Twinaphex
a55df42978 Update static project 2017-02-26 03:52:28 +01:00
twinaphex
1e96a600d7 Update iOS10 static solution 2017-02-25 23:23:43 +01:00
twinaphex
671771d3cd Update RetroArch iOS 10 solution 2017-02-25 02:47:32 +01:00
Twinaphex
ed51eaf449 Update iOS 10 target for both arm64 and armv7s 2017-02-25 00:21:27 +01:00
Twinaphex
3c0afd730b Update xcode proj 2017-02-25 00:13:40 +01:00
Jean-André Santoni
e6bdc9363c Buildfix for RetroArch_iOS10_static 2017-02-24 01:42:37 +01:00
Twinaphex
7a510000bb Need to change bundle identifier for RetroArchiOS 10 2017-02-24 01:11:02 +01:00
Twinaphex
636ab5c12c Enable 'Requires Fullscreen' 2017-02-22 00:26:13 +01:00
Twinaphex
44f08a4739 (iOS) Use libretro_ios.a 2017-02-22 00:20:45 +01:00
twinaphex
f7f333477c Add iOS 10 static solution 2017-02-22 00:01:13 +01:00
neville
4b63ef3123 (OSX PPC) MiniUPNPC support 2017-02-16 01:09:39 +01:00
Twinaphex
18f614ef8a Add MiniUPNPC to iOS build 2017-02-16 00:57:18 +01:00
Twinaphex
5f78d0594c Enable MiniUPNPC for OSX 2017-02-16 00:50:47 +01:00
Twinaphex
e05a8a7460 Add HAVE_SEGA 2017-02-14 10:30:28 +01:00
twinaphex
60d909a031 Don't use HAVE_LANGEXTRA for OSX PPC 2017-01-31 03:31:16 +01:00
twinaphex
04d751c285 (OSX PPC) Add HAVE_LANGEXTRA for Debug 2017-01-31 03:27:46 +01:00
neville
fc2654cd0f (iohidmanager_hid.c) Silence a whole bunch of warnings 2017-01-29 20:20:43 +01:00
twinaphex
a9c8c81032 (OSX PPC) Don't have HAVE_LANGEXTRA 2017-01-29 19:58:04 +01:00
Seth Kingsley
b690fb2abc Use native getopt_long() on macOS 2016-12-17 16:56:40 -08:00
Seth Kingsley
079cdfa96c Move OTHER_CFLAGS up to the project and inherit
This is to make adding -DHAVE_... flags easier.
2016-12-17 16:49:38 -08:00
twinaphex
d6836a6a6f (iOS) Update solutions 2016-12-14 19:44:12 +01:00
twinaphex
c418abc0be (iOS) Update solutions 2016-12-14 19:43:02 +01:00
twinaphex
08a60c94d0 Move audio resampler drivers (Sinc/nearest) to libretro-common; maister gave permission to relicense to MIT 2016-12-12 13:02:29 +01:00
twinaphex
9375efe24e Add HAVE_CC_RESAMPLER defines 2016-12-12 12:44:29 +01:00
terry1994
f54b8cb9a9 Fix building on iOS 9 and 10.
Adjusted iOS 10 project to target minimum iOS version of 10.
Using minimum iOS version to determine availablity of clock_gettime (exists only on iOS 10+). Building with 10/10.1 SDK would cause this method to be called in iOS 9 builds, resulting in a crash on start.
2016-12-01 09:39:53 +01:00
neville
12804431db (GLSL) Avoid memsets - good for about a +1fps speedup with simplified
ribbon on PowerPC Mac
2016-11-10 18:35:47 +01:00
twinaphex
fac1527e5c Add HAVE_UPDATE_ASSETS for Apple builds 2016-10-19 02:38:40 +02:00
twinaphex
b3e3bf13f7 Take out HAVE_ZARCH for PPC OSX 2016-10-19 02:34:01 +02:00
twinaphex
1dfbb7f3b7 Take out HAVE_ZARCH for OSX 2016-10-19 02:33:36 +02:00
twinaphex
9384875ab0 Don't use HAVE_NETPLAY any more 2016-09-29 21:07:10 +02:00