Commit Graph

1182 Commits

Author SHA1 Message Date
Hans-Kristian Arntzen
02cb0c703f Merge pull request #24 from MP2E/master
Build bsnes performance core for android
2013-09-05 23:38:35 -07:00
Cray Elliott
21d5625818 Build bsnes performance core for android 2013-09-05 23:01:33 -07:00
Hans-Kristian Arntzen
cd1c5610cd Merge pull request #22 from MP2E/master
Fixed a bug in which check_opengl() would add extraneous -opengl flags
2013-09-05 07:50:40 -07:00
Cray Elliott
64b9c352ca Fixed a bug in which check_opengl() would add extraneous -opengl flags
Also, moved the libretro gl ports to the end of the build script so that check_opengl() modifies FORMAT_COMPILER_TARGET after the other libretro ports are built to ensure that the platform flag passed to the non-gl libetro cores are correct
2013-09-04 18:11:59 -07:00
twinaphex
9a6bc5f264 Fix ARM dynarec conditional for Mupen64 2013-08-27 02:17:22 +02:00
twinaphex
fac759ccd2 Builds Mupen64 now with dynarec 2013-08-27 00:39:57 +02:00
twinaphex
a7171b8f95 Add Handy port 2013-08-26 21:34:09 +02:00
Themaister
7dd81ab1f3 Update bSNES build. 2013-08-22 10:06:09 +02:00
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