Commit Graph

386 Commits

Author SHA1 Message Date
Brad Parker
76b7235dc5 msvc2005 buildfix 2017-01-16 22:20:59 -05:00
Brad Parker
7b057fd43f GDI: add msimg32 library to msvc2010 project 2017-01-16 20:56:32 -05:00
Brad Parker
e0f71928ca add msvc2005 project files for Win2000 2017-01-16 20:41:08 -05:00
Josh Palmer
a620e1f89a Add cores folder to QNX .gitignore 2017-01-09 20:26:09 +00:00
Josh Palmer
42bf55fb21 Fixup preprocessor defines for momentics project, increment bar descriptor build ID 2017-01-09 20:26:09 +00:00
Josh Palmer
b85e2a8897 Fix references to bbctx-qnx post-rebase 2017-01-09 20:26:09 +00:00
Josh Palmer
5ed17c1ffd Reorganize QNX directory structure, rename bbqnx_ctx.c to qnx_ctx.c for consistency
Added OpenGL ES3 support to qnx_ctx.c
Finalize momentics project setup
2017-01-09 20:26:09 +00:00
Josh Palmer
8672b88eff First round of momentics project fixups 2017-01-09 20:24:51 +00:00
twinaphex
14a800f1f5 Update Makefiles - audio_filters have been moved to libretro-common 2017-01-09 12:37:01 +01:00
twinaphex
9cf923fbeb BUmp up version for Android 2017-01-07 04:46:05 +01:00
twinaphex
bc31a7d1be Bump up to version 1.4.0 2017-01-07 04:45:30 +01:00
Twinaphex
fb7ed87d2e Revert "(Android) Ask for external sdcard permission" 2016-12-30 01:32:11 +01:00
hunterk
7e8163c34e Revert "(Android) reload cores path every lauch"
This reverts commit 1841455462. This commit was breaking Android builds on the buildbot.
2016-12-29 10:29:59 -06:00
Aaahh Ahh
1841455462 (Android) reload cores path every lauch
Reload the path instead of saving and reusing every launch
2016-12-25 15:39:06 -05:00
Aaahh Ahh
ac80cffdce (Android) Ask for external sdcard permission
Permission has to be explicitly asked for or it won't be granted on api 23 or higher.
2016-12-25 15:06:54 -05: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
1c0d8f3927 Add compat_strcasestr to Xbox Salamander solutions 2016-12-17 19:37:30 +01: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
52a41e77c4 (Android) Buildfix 2016-12-12 13:26:45 +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
twinaphex
26fe408bb4 (Emscripten) Add button 2016-12-10 22:01:40 +01:00
Logan McNaughton
0b0bdadeee Don't define HAVE_OPENGLES2 for Android if GLES=3 2016-12-08 15:22:00 -07:00
twinaphex
6b779dab4f (MSVC 2003) XInput likely not to work 2016-12-07 07:16:58 +01:00
twinaphex
4d23ba91fc (Android) Buildfix 2016-12-05 04:24:45 +01:00
Rob Loach
d386f63525
[Emscripten] Add Tooltips to the buttons 2016-12-03 11:44:26 -05: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
radius
b1531618f1 add git version to android build 2016-11-26 16:02:12 -05:00
radius
415f84e13f having it as preferExternal accomplishes literally nothing!
Basically it saves the apk file (that is used ONCE) in the external SD but all the data files are created in the same location in the internal partition
Having it as preferExternal causes installation issues on some devices (have to remove the SD card to install the app..., then insert again)
2016-11-25 13:48:41 -05:00
radius
50539d58df allow cleaning up idbfs 2016-11-21 20:58:45 -05: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
bc9dabf916 Add pkg/wiiu files 2016-11-06 13:26:33 +01:00
twinaphex
cca2aa7ee9 (MSVC) Add HAVE_UPDATE_ASSETS 2016-11-05 23:32:29 +01:00
twinaphex
7fc1d76c4c (MSVC) Update paths 2016-11-04 18:55:16 +01:00
twinaphex
9fa0fc255c (MSVC) Update paths 2016-11-04 18:52:01 +01:00
twinaphex
3d9f43bcdc (MSVC) Update paths 2016-11-04 18:46:37 +01:00
twinaphex
41212b40c5 Remove DONT_HAVE_STATE_TRACKER 2016-10-20 05:11:35 +02: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
cb8aca97f5 (Emscripten) Add Reicast button 2016-10-10 22:42:44 +02:00
twinaphex
c2bb410d8d Take out HAVE_BUILTIN_AUTOCONFIG - always include it 2016-10-04 07:33:57 +02:00
twinaphex
9384875ab0 Don't use HAVE_NETPLAY any more 2016-09-29 21:07:10 +02:00
radius
4dcd08c574 (ems) useless CDN is useless 2016-09-29 08:54:50 -05:00
radius
4e33f25328 (ems) useless CDN is useless 2016-09-29 08:49:31 -05:00
twinaphex
3b8ae65afb (Android) Re-enable Vulkan 2016-09-29 12:22:31 +02:00
twinaphex
efdee89d09 Create samples 2016-09-28 12:44:41 +02:00
radius
c790f452e7 (ems) update template, don't enable run button till idbfs is synced 2016-09-24 22:32:47 -05:00