Eric Warmenhoven
f9b3fffe58
Build fix after update
2024-02-05 17:45:40 -05:00
Ryunam
ef2ec04b4f
Remove duplicate audio code, fix build errors and update version text
2023-01-13 00:17:56 +01:00
Jools Wills
4f3fcfac78
Remove reference to removed arm-algo.S
...
arm-algo.S is now removed, but was referenced when HAVE_NEON=1
2021-04-26 23:57:44 -07:00
twinaphex
46dddc9542
Define MINIMAL_CORE=2 for libretro port
2021-04-12 21:23:33 -07:00
twinaphex
19e5eb53b5
Define -DDISABLE_THREADING for Android
2021-04-12 21:23:29 -07:00
twinaphex
851dd7e092
(Android) There are no C++ source files so don't link against
...
C++_static
(Makefile.common) Add missing rewind.c
2021-04-12 21:23:00 -07:00
twinaphex
a719c47acf
(Android) define -DUSE_PTHREADS
2021-04-12 21:22:12 -07:00
twinaphex
ed4b9607c2
macOS and iOS need to have HAVE_STRLCPY defined
2021-04-12 21:22:12 -07:00
twinaphex
a0f0828838
Merge https://github.com/mgba-emu/mgba into rebase
...
Rebased the core
2021-04-12 21:21:58 -07:00
jdgleaver
90bb6e21a5
Android: Reduce target API level to 16 (Android 4.1+)
2021-03-22 13:32:03 +00:00
Autechre
0d826c9307
Update Application.mk
2021-01-08 17:24:42 +01:00
twinaphex
0db3bb0fdd
remove obsolete __CELLOS_LV2__ references - use PSL1GHT
2020-12-19 14:48:25 +01:00
unknown
5ca152ed8f
Fix #211
2020-12-18 09:40:51 +01:00
Justin Weiss
00c2bc910b
Fix the libretro 3DS build
...
strtof_l was being defined twice -- the 3DS toolchain already has a
copy, so we should use that one.
The RetroArch frontend already does memory allocation, and the code in
ctru-heap was conflicting with it, so ctru-heap is now being skipped.
2020-02-28 23:59:56 -08:00
jdgleaver
65c789ae9c
Minor jni build file tweaks
2020-01-23 17:01:40 +00:00
Vicki Pfau
9799bc6e23
Libretro: Fix PS2 nonsense
2020-01-11 15:55:28 -08:00
Vicki Pfau
ffdc20b33a
Libretro: Fix build
2020-01-11 15:53:40 -08:00
Twinaphex
8cf7b434fe
Merge pull request #154 from webgeek1234/master
...
Add android jni makefiles and fix libretro cmake support
2019-08-15 16:57:24 +02:00
twinaphex
4af8f77ec9
Update core options
2019-07-31 13:33:28 +02:00
Aaron Kling
67786309bc
Add libretro jni build scripts
...
This is to allow building the way the majority of libretro cores
are done
2019-06-24 16:21:41 -05:00
hizzlekizzle
8997e78b49
add -DHAVE_LOCALE to aarch64 makefile ( #138 )
...
* add -DHAVE_LOCALE to aarch64 makefile
* don't define SSIZE_MAX on aarch64
it conflicts with the definition in the NDK
2019-03-04 10:16:09 -06:00
leiradel
f745a595ae
Updated cross-makefiles
2018-11-18 19:33:17 +00:00
Andrés
087467ce0c
Update Makefile.rules
2018-10-02 22:11:08 -05:00
twinaphex
f496ad288f
Rename core/serialize to src/core/core-serialize.c - for statically
...
linked cores, object files need to be uniquely named
2018-09-18 09:46:19 +02:00
twinaphex
e4a1515678
Define HAVE_LOCALE for ARMv7 and Aarch64
2018-09-18 08:57:55 +02:00
twinaphex
9262aba7fe
remove HAVE_LOCALE
2018-09-18 04:10:38 +02:00
twinaphex
fc09da2751
Add src/core/serialize.c
2018-09-18 04:05:42 +02:00
twinaphex
144dbd288c
Buildfix
2018-09-09 21:06:24 +02:00
twinaphex
f027aaf611
Add HAVE_LOCALE for OSX
2018-09-09 20:59:53 +02:00
Andre Leiradella
32108f014f
Fix Makefile.common to build with the regular Makefile or with cross-mk
2018-09-09 17:48:39 +01:00
Andre Leiradella
097bbc9afe
Updated cross-makefiles
2018-09-09 16:54:06 +01:00
twinaphex
dbce89efac
PS3 build should finally work again
2018-04-09 00:19:28 +02:00
twinaphex
dd663131ab
Add zlib include dir
2018-04-07 20:30:30 +02:00
twinaphex
986212a8fc
Define HAVE_CRC32 for statically linked targets
2018-04-04 22:08:49 +02:00
twinaphex
92fe6845d2
Update
2018-04-04 20:38:47 +02:00
twinaphex
e07713b4b2
Don't build in crc32 for statically linked targets
2018-04-04 08:15:11 +02:00
Vicki Pfau
4f9d6a1f90
libretro: Fix makefile error
2018-03-21 22:31:42 -07:00
Vicki Pfau
8371d8536d
libretro: Sync to 0.7
2018-03-21 10:00:46 -07:00
Vicki Pfau
5b7917b6cc
Libretro: Some compatibility fixes
2017-12-23 16:21:02 -08:00
Aaron Kling
1c57499273
Android-21 has locale_t defined, set appropriate define for arm64-v8a
2017-06-26 10:54:46 -05:00
Sérgio Benjamim
8c4602163d
Fix git hash.
2017-03-20 19:43:45 -03:00
Sérgio Benjamim
573b2c32c8
Fix build.
2017-03-20 18:50:55 -03:00
sergiobenrocha2
c1ab6c64c3
Makefile.common cleanups.
2017-01-04 19:39:36 -02:00
meepingsnesroms
c3935c9861
Add android fixes for other architectures.
2017-01-04 18:08:42 -02:00
sergiobenrocha2
7edcd1229a
Try fix Android build.
2017-01-04 18:08:26 -02:00
Andrés Suárez
e10db312fb
Update Makefile.android_armeabi-v7a
2017-01-04 18:08:03 -02:00
Andrés Suárez
32442a374c
Update Makefile.android_armeabi-v7a
2017-01-04 18:07:52 -02:00
Andrés Suárez
d1bf932c3a
Update Makefile.android_armeabi-v7a
2017-01-04 18:07:41 -02:00
sergiobenrocha2
43fe86814f
Fix merge & build.
2017-01-04 17:59:51 -02:00
sergiobenrocha2
def5a46211
RETRODEFS is defined in Makefile.common (try fix android build).
2016-09-19 20:22:02 -03:00