Commit Graph

1728 Commits

Author SHA1 Message Date
sergiobenrocha2
09d76b66ef Update Snes9x info. 2015-05-17 02:13:05 -03:00
Radius
b8d3613487 Merge branch 'master' of https://github.com/libretro/libretro-super 2015-05-16 00:23:48 -05:00
Alcaro
260da68829 Update catsfc_libretro.info 2015-05-15 22:39:35 +02:00
Alcaro
45cf5b78a2 Update snes9x_next_libretro.info 2015-05-15 22:39:28 +02:00
Alcaro
a3aa528775 Update snes9x_libretro.info 2015-05-15 22:39:12 +02:00
Radius
a1b2ab86e7 Merge branch 'master' of https://github.com/libretro/libretro-super 2015-05-15 13:02:29 -05:00
Radius
c7790d3742 enable mednafen psx 2015-05-14 14:40:42 -05:00
Twinaphex
e9d0ecb231 Merge pull request #251 from Oggom/master
Info file updates
2015-05-14 14:41:59 +02:00
radius
c39fc00377 Merge branch 'master' of github.com:libretro/libretro-super 2015-05-14 02:10:25 -04:00
Andrés
04fd752cf9 Add the new fba core (WIN x86) 2015-05-14 01:10:14 -05:00
Andrés
a460ba4cee Add the new fba core (WIN x64) 2015-05-14 01:09:55 -05:00
Andrés
dccda9ea60 Add the new fba core (WIN x64) 2015-05-14 01:08:12 -05:00
Andrés
9777886e2b Add the new fba core 2015-05-14 01:06:07 -05:00
Oggom
4e45e8e92c Update 2015-05-12 17:39:19 +02:00
Oggom
3ec68d0eb3 Info file updates 2015-05-12 04:19:07 +02:00
radius
e47ea83372 logging fix for android 2015-05-05 14:13:32 -04:00
Twinaphex
6cd6cb2646 Merge pull request #249 from RobLoach/makefile
Add a Makefile and a README.md
2015-05-01 21:48:21 +02:00
radius
cbf8fc5a1e add gw-libretro 2015-05-01 15:21:48 -04:00
radius
1c4ecd290d fix for gw 2015-04-30 19:56:56 -04:00
Radius
9893c57389 remove old recipe 2015-04-30 17:43:46 -05:00
Radius
8afd78e3d3 win32 gw recipes 2015-04-30 17:43:04 -05:00
Radius
89645afeeb remove old recipe 2015-04-30 17:36:13 -05:00
Radius
2827c775b2 separate recipes for gw 2015-04-30 17:35:50 -05:00
Radius
4ac3aabc0c add g&w core 2015-04-30 16:56:41 -05:00
Radius
60b96adfad add g&w core 2015-04-30 16:55:31 -05:00
Rob Loach
01369cd581 Add a Makefile 2015-04-30 14:47:57 -04:00
radius
cf4b40ce39 Merge branch 'master' of github.com:libretro/libretro-super 2015-04-29 00:16:39 -04:00
radius
12b154863c fix some logging errors 2015-04-29 00:16:01 -04:00
Andrés
92a5728d16 Update PUAE recipe 2015-04-27 23:09:02 -05:00
Andrés
b098d6f259 Update PUAE recipe 2015-04-27 23:08:26 -05:00
Andrés
d01806b333 Update PUAE recipe 2015-04-27 23:08:03 -05:00
twinaphex
027dca0a29 Remove old PUAE rule 2015-04-28 06:06:04 +02:00
twinaphex
44d38a39db Add PUAE rule 2015-04-28 06:05:02 +02:00
twinaphex
8f2cbfdf84 Add pascal_pong_libretro.info 2015-04-28 06:00:39 +02:00
twinaphex
5fb2b2b18d Add gw_libretro.info 2015-04-28 05:51:13 +02:00
twinaphex
33a510b483 Add cap32_libretro.info 2015-04-28 05:48:56 +02:00
T. Joseph Carter
4e4478dab5 Merge branch 'master' of https://github.com/iKarith/libretro-super 2015-04-27 19:51:18 -07:00
T. Joseph Carter
b97180092e Use register_module directly 2015-04-27 19:47:44 -07:00
T. Joseph Carter
86e476f7a1 Forgot a file 2015-04-27 19:47:44 -07:00
T. Joseph Carter
2e5c4a9244 Comment out the new toolchain code for now
It won't be able to be finished until I write the configurator.  In the
meantime, you should be able to pass platform and ARCH as with
libretro-build.sh like so:

    platform=ios ./libretro-super.sh [args]

That'll have to do for now.
2015-04-27 19:47:44 -07:00
T. Joseph Carter
571e23d655 Move module processing to a script module 2015-04-27 19:47:44 -07:00
T. Joseph Carter
15d4725597 Make mame work with libretro-super
Forgot to commit this a few days ago.
2015-04-27 19:47:44 -07:00
T. Joseph Carter
76defbb3a9 Kind of an early POC on new --platform
libretro-super.sh works, but you currently need to set platform and ARCH
in your environment before running it as you do with libretro-build.sh
now (see libretro-build-ios.sh wrapper for what I mean).  The major work
left here is the --platform argument and a bunch of little things that
will mostly fall into place when that's done.  Also need to settle on a
license for this.

My habit for scripts is public domain, but it could be argued that
libretro-super is no longer "a script".  Still, I want people to use
this if it's useful to them, so I'd prefer a totally unencumbered
license in the vein of MIT/BSD/CC-BY.  I've tentatively selected CC-BY
as a RFC on it vs. MIT, mostly because it tries to explain things in
plain language and unlike MIT/BSD is reviewed in the context of
(d)evolving international laws to ensure that it still does what is
intended.
2015-04-27 19:47:44 -07:00
T. Joseph Carter
5e48b01678 MAME's legacy rule is _gone_.
libretro-super.sh now has multi-target, so this isn't needed anymore.
2015-04-27 19:47:44 -07:00
T. Joseph Carter
a51c355739 New script libretro-super.sh
This script will replace libretro-build.sh and libretro-fetch.sh (and
probably others), but it's not quite ready yet.  It's also completely
undocumented outside of the source code.  _I_ know what it does, but you
shouldn't use it just yet.  ;)
2015-04-27 19:47:44 -07:00
T. Joseph Carter
b25c9ff1e6 Multi-make for bsnes! (Only in libretro-super.sh) 2015-04-27 19:47:43 -07:00
T. Joseph Carter
742dd7c359 Update core rules
This is mostly for libretro-super.sh, but libretro-build-common.sh has
already been updated to work with them.  Getting very close to ready to
commit libretro-super.sh now—it just needs to learn to do something with
the devkits and players.
2015-04-27 19:47:43 -07:00
T. Joseph Carter
d256b27975 Update devkit rules for new libretro-fetch.sh 2015-04-27 19:47:43 -07:00
T. Joseph Carter
c99d88aa99 Missed with last commit 2015-04-27 19:47:43 -07:00
T. Joseph Carter
81a19b66d5 Fully fix libretro-fetch.sh (mostly --devkit) 2015-04-27 19:47:43 -07:00