Commit Graph

1194 Commits

Author SHA1 Message Date
twinaphex
3aefaff7d1 (libretro-build-android-mk.sh) cut donw on code duplication 2014-08-22 13:13:37 +02:00
twinaphex
e10224c20a libretro-build-android-mk.sh - refactors 2014-08-22 12:51:43 +02:00
twinaphex
a2d7ed4921 Refactor beetle entries in libretro-build-common.sh
- new dirs for beetle cores are named mednafen_$prefix
2014-08-22 12:46:41 +02:00
twinaphex
453681c7c5 Refactor libretro_fceumm 2014-08-22 12:38:24 +02:00
twinaphex
1a9ef99de9 Refactor more code in libretro-build-common.sh 2014-08-22 12:33:53 +02:00
twinaphex
d94b7868cd Rename libretro-genplus to libretro_genesis_plus_gx 2014-08-22 12:28:27 +02:00
twinaphex
ec3b1ec385 (libretro-build-common.sh) Refactor build_libretro_dinothawr 2014-08-22 12:24:08 +02:00
twinaphex
51a5957b82 (libretro-build-common.sh) Some more refactoring 2014-08-22 12:21:57 +02:00
twinaphex
a779fdf220 Updated vba_next/snes9x_next/snes9x dirs 2014-08-22 12:17:52 +02:00
twinaphex
e0fb4e2be1 Update other common sh files for new nxengine dir 2014-08-22 12:08:09 +02:00
twinaphex
559892373d Cut down on more code duplication in libretro-build-common.sh 2014-08-22 12:05:35 +02:00
twinaphex
83495b69c9 Start refactoring libretro-build-common.sh - cutting down on code
duplication
2014-08-22 11:54:52 +02:00
Twinaphex
310641a34d Merge pull request #110 from l3iggs/patch-1
(Android) add armeabi back
2014-08-22 08:45:37 +02:00
l3iggs
a71d0c6e8f (Android) add armeabi back
Let's add armeabi back and see how it goes now.
Also I'm not sure why we're BUILD_LIBRETRO_GL=1 only when libretro-config-user.sh is absent.
2014-08-21 23:01:46 -07:00
Twinaphex
e277bc160f Merge pull request #109 from l3iggs/patch-3
(Android) fix .so names
2014-08-21 08:28:27 +02:00
Twinaphex
a3ebdec983 Merge pull request #108 from sergiobenrocha2/master
Fix ppsspp version and included more optional files in genesis plus.
2014-08-21 08:27:55 +02:00
l3iggs
99535a2494 (Android) fix .so names
These three projects generate .so files with noon standard names. I missed that.
fix `build_libretro_meteor` function does not exist
2014-08-20 20:27:02 -07:00
sergiobenrocha2
54cd925542 Fix ppsspp version and included more optional roms in genesis plus. 2014-08-20 21:22:00 -03:00
Twinaphex
bcaf72aba8 Merge pull request #107 from l3iggs/patch-4
(Android) add API level variables for RetroArch build
2014-08-20 21:08:48 +02:00
Twinaphex
6c2a2bd7de Merge pull request #106 from l3iggs/patch-3
(Android) refactor core output directory creation
2014-08-20 20:49:29 +02:00
l3iggs
d9206ce6a9 Move user defines down
Including the user config script should come last to allow for the possibility of redefining/undefining any default variable
2014-08-20 11:14:33 -07:00
l3iggs
6ee5866baf (Android) add API level variables for RetroArch build 2014-08-20 11:03:40 -07:00
l3iggs
bd7f9ce808 refactor core output directory creation
also fix an oversight in the bsnes build
2014-08-20 10:46:07 -07:00
Twinaphex
7af6faa7c0 Merge pull request #103 from l3iggs/patch-1
test for presence of .git folders for pull/clone
2014-08-19 20:39:01 +02:00
l3iggs
86fad4773e test for presence of .git folders for pull/clone
To decide between doing a git clone or a git pull, test for the existence of the .git folder inside the target destination, not just the existence of the target folder itself.

This allows for a peaceful coexistance between libretro_fetch.sh and git submodules to come.
2014-08-19 11:09:25 -07:00
twinaphex
5489ead897 Update libretro-fetch.sh - PPSSPP checks out submodules now 2014-08-19 12:54:45 +02:00
twinaphex
2efeecde38 Fix another syntax error - l3iggs you really should have checked this
out before sending me a PR
2014-08-19 12:00:20 +02:00
twinaphex
ead9dfb899 Fix l3iggs' syntax errors in libretro-config.sh 2014-08-19 11:55:24 +02:00
Twinaphex
bca41c5d73 Merge pull request #102 from l3iggs/patch-2
[Android] refactor to use ABI target variable
2014-08-19 07:44:04 +02:00
Twinaphex
fbd8e53ce0 Merge pull request #100 from l3iggs/master
[Android] allow variable ABI targets
2014-08-19 07:43:46 +02:00
Twinaphex
7ec0315b14 Merge pull request #101 from l3iggs/patch-1
[Android] allow for variable NDK header version
2014-08-19 07:43:27 +02:00
l3iggs
4096a8f582 (Android) typo fix for NDK_NO_GL_HEADER_VER 2014-08-18 10:32:26 -07:00
l3iggs
e438d2586e (Android) prevent one ABI's build failure from impacting another 2014-08-18 10:12:49 -07:00
l3iggs
b316aed7b1 [Android] refactor to use ABI target variable 2014-08-17 22:07:05 -07:00
l3iggs
339197a620 allow for variable NDK header version 2014-08-17 21:24:40 -07:00
l3iggs
5678899c6d [Android] allow variable ABI targets 2014-08-17 21:19:31 -07:00
Twinaphex
49ee587ace Merge pull request #99 from l3iggs/patch-1
reset changes made by check_opengl, per function
2014-08-15 07:43:10 +02:00
l3iggs
c2ac625c19 reset changes made by check_opengl, per function 2014-08-14 20:33:59 -07:00
twinaphex
842da892c7 Add O2EM core info file 2014-08-15 02:27:10 +02:00
twinaphex
e19b270a01 (PSP/QNX) Add o2em compilation to PSP/QNX 2014-08-15 02:20:35 +02:00
Twinaphex
532f78d0f6 Merge pull request #98 from l3iggs/quoteFix
fix single quotes in echo
2014-08-15 00:03:58 +02:00
l3iggs
5dc7e85ff3 fix single quotes in echo 2014-08-14 13:25:08 -07:00
Twinaphex
dec38296b5 Add o2em compilation to libretro-build-ios.sh 2014-08-14 21:54:43 +02:00
twinaphex
b046eae103 Add o2em 2014-08-14 21:50:28 +02:00
Twinaphex
45ec002a06 Merge pull request #97 from sergiobenrocha2/master
Added authors, license and fix name in core info.
2014-08-14 06:59:01 +02:00
sergiobenrocha2
271bee950a Added authors, license and fix name in core info. 2014-08-14 01:55:13 -03:00
twinaphex
9b5c080f15 Fetch retroarch-joypad-autoconfig to retroarch/media/autoconfig 2014-08-13 11:09:18 +02:00
twinaphex
efd2fa1416 Add fetch_subproject/fetch_subprojects to libretro-fetch.sh -
also add retroarch-assets fetching
2014-08-13 11:02:33 +02:00
twinaphex
4579c0b3c7 Fetches common-shaders and common-overlays inside RetroArch dir
now with libretro-fetch.sh
2014-08-13 10:49:23 +02:00
Twinaphex
4c7eafe08f Merge pull request #96 from sergiobenrocha2/master
info files: dsp1 --> dsp1b in firmware2_* in all bsnes, utf8 in hatari, ...
2014-08-13 09:41:48 +02:00