twinaphex
e03daeec82
Rename libretro_vba to libretro_vba_next
2013-08-15 14:50:25 +02:00
Hans-Kristian Arntzen
5b73b6f3bd
Merge pull request #18 from HalosGhost/master
...
Initial clean-up (and softfloat target declaration fix) for ARM opts
2013-08-12 10:11:13 -07:00
HalosGhost
67f819d05f
Re-add simplified echo of selected target
2013-08-11 21:55:34 -05:00
HalosGhost
fe2a6d9081
Initial clean-up (and softfloat target declaration fix) for ARM opts
2013-08-11 21:47:00 -05:00
Hans-Kristian Arntzen
84ee23bb0f
Merge pull request #16 from HalosGhost/master
...
Reduce redundant code in platform assignment
2013-08-07 23:06:46 -07:00
twinaphex
445721f1b4
Add jobs param to MAME 0.78
2013-08-05 19:11:17 +02:00
twinaphex
0935a5a1a3
Add instancingviewer to Android build
2013-08-04 22:59:05 +02:00
twinaphex
fabf8a5a02
Rename build script for Android
2013-08-04 02:17:47 +02:00
twinaphex
85b34824ff
(Android) Add QuickNES to Android building
2013-07-31 15:47:58 +02:00
twinaphex
5d8f0e2197
(Android) Add Mednafen PSX and Desmume to Android building
2013-07-31 15:37:07 +02:00
twinaphex
72724194d9
(Android) Don't build ARMv5 cores by default anymore - a special define will
...
be introduced for optionally building these still
2013-07-31 12:49:36 +02:00
twinaphex
c79d989bc1
(Android) Don't make ARMv5 builds by default
2013-07-31 02:13:53 +02:00
twinaphex
012201af7b
Add Stella to Android building
2013-07-31 02:05:30 +02:00
twinaphex
20b3539b90
Some build changes
2013-07-29 01:13:17 +02:00
HalosGhost
5ac11b8af9
Reduce redundant code in platform assignment
2013-07-21 14:54:23 -05:00
Hans-Kristian Arntzen
f25235d1d4
Merge pull request #15 from HalosGhost/master
...
Move platform/architecture detection into libretro-config.sh
2013-07-21 10:18:38 -07:00
HalosGhost
55e434ae7d
Move platform/architecture detection into libretro-config.sh
2013-07-21 11:55:37 -05:00
Hans-Kristian Arntzen
61da60ee10
Merge pull request #14 from HalosGhost/patch-1
...
Clean up architecture detection
2013-07-21 01:15:17 -07:00
Sam Stuewe
e2c0315031
Clean up architecture detection
...
As with the ``$platform`` assignment in ``libretro-install.sh``, this uses ``case`` statements to greatly simplify the detection and handling of the architecture.
2013-07-20 09:04:37 -05:00
Hans-Kristian Arntzen
331a95e93f
Merge pull request #13 from HalosGhost/patch-1
...
Clean up platform assignment
2013-07-20 00:57:39 -07:00
Sam Stuewe
97e3980357
Clean up platform assignment
...
By using ``case`` instead of giant ``if…elif…else`` statements, you can save a lot of space and power. In this commit, I favored using permissive conditions (using *value*), but I'm not sure this is even necessary.
2013-07-19 21:12:01 -05:00
twinaphex
792f859944
Add instancingviewer to build
2013-07-19 13:49:20 +02:00
twinaphex
cfe4328b7f
Add tgbdual to libretro-fetch.sh
2013-07-14 20:14:53 +02:00
twinaphex
c95913e0e7
(retroarch-build.sh) Fix in ARM NEON string
2013-07-14 19:17:57 +02:00
twinaphex
07eebc9d25
Add hard/soft float support to RetroArch building
2013-07-14 19:15:01 +02:00
twinaphex
2abb5935df
Add retroarch-build.sh
2013-07-14 19:13:11 +02:00
twinaphex
8c586fadc4
libretro-fetch.sh also fetches RetroArch now
2013-07-14 17:57:58 +02:00
twinaphex
01ef4bae1d
Add check_opengl to all GL libretro cores
2013-07-14 13:32:04 +02:00
twinaphex
8ff4a76ee4
Simplify Desmume build commands
2013-07-14 02:12:53 +02:00
twinaphex
87c7b3fee9
Cut down on JIT compiler building lines
2013-07-14 02:00:46 +02:00
twinaphex
cdb824dc77
(ARM) Make COMPILER_TARGET_ALT a copy of COMPILER_TARGET
2013-07-14 00:40:21 +02:00
twinaphex
f949273aad
Small build fix for ARM
2013-07-14 00:36:38 +02:00
twinaphex
d73a2b4a83
Fix ffmpeg build
2013-07-14 00:34:23 +02:00
twinaphex
fc7babccab
Show log messages for check_opengl function
2013-07-14 00:15:07 +02:00
twinaphex
74eb977e48
Add ffmpeg core to BUILD_EXPERIMENTAL
2013-07-14 00:10:43 +02:00
twinaphex
005022695d
(libretro-config.sh) Add default exports for when libretro-config-user.sh
...
has not been made
2013-07-13 22:25:06 +02:00
twinaphex
e037718864
(libretro-config.sh) Messy ARMPLATFORM define can go now
2013-07-13 22:22:55 +02:00
twinaphex
91a949ff92
Further clarification on BUILD_LIBRETRO_GL/ENABLE_GLES in libretro-config.sh
2013-07-13 22:21:55 +02:00
twinaphex
1ce6a85ea6
Override FORMAT_COMPILER_TARGET for optimized ARM build flags
2013-07-13 22:09:41 +02:00
twinaphex
7b27e0ddbe
Use ARMPLATFORM for PCSX ReARMed
2013-07-13 18:45:51 +02:00
twinaphex
7f613b9a7a
Build Picodrive for ARM with -armasm enabled
2013-07-13 18:34:22 +02:00
twinaphex
3b79a2ebf5
ARM params can be bilt up properly now
2013-07-13 18:31:10 +02:00
twinaphex
fbf62c0b08
Dynamically build up ARMVERSION depending on params passed
2013-07-13 18:25:03 +02:00
twinaphex
0f5d02dde3
Fixups to some conditional bracket closings
2013-07-13 18:19:24 +02:00
twinaphex
2bde8b200c
Don't compare against true for compatibility
2013-07-13 18:05:04 +02:00
twinaphex
c8e9f850ec
Make equals signs in conditionals more backwards compatible with
...
old shells
2013-07-13 17:59:37 +02:00
twinaphex
8006f8c0e9
Will have to define user flags for ARM systems now in libretro-config-user.sh
2013-07-13 17:32:29 +02:00
twinaphex
4c09bdde3a
Replace readlink in libretro-build-android.sh - should hopefully
...
work on OSX now
2013-07-12 17:31:12 +02:00
twinaphex
e63cf4f4dd
(iOS) Add picodrive building
2013-07-05 21:48:55 +02:00
twinaphex
d3640f5016
Don't do batch job building for MAME - building/generating some
...
CPU files will fail otherwise
2013-07-04 01:15:07 +02:00