Commit graph

962 commits

Author SHA1 Message Date
gizmo98
3b022f1715 4do-libretro: Fix script path 2015-01-12 21:24:14 +01:00
Jools Wills
861b58f5c3 just install the vectrex .bin files 2015-01-12 16:54:37 +00:00
gizmo98
59a3f7f456 libretro-vecx: Only copy BIOS binary files 2015-01-12 17:45:17 +01:00
gizmo98
2bdf57bb78 libretro-vecx: Remove rps_retronet 2015-01-12 17:35:44 +01:00
gizmo98
5acf42302c libretro-vecx: Change BIOS file copy sequence 2015-01-12 17:32:06 +01:00
gizmo98
f3a72c05be Add experimental vectrex libretrocore
Compiles and runs.
2015-01-12 17:18:06 +01:00
Jools Wills
ff0fa00a58 removed a left over rps_retronet_prepareConfig 2015-01-12 13:51:07 +00:00
Florian
9d4a2e05f1 Merge pull request #580 from joolswills/retronet
Retronet
2015-01-12 07:05:08 +01:00
Jools Wills
9434f9aced use runcommand.sh to handle netplay parameters - which is better than having to regenerate emulationstation configs all the time and simplifies things 2015-01-12 01:49:01 +00:00
Jools Wills
665a21ab08 cleanup of retronetplay
* moved config to $rootdir/configs/all/retronetplay.cfg
 * reduce complexity of parameters passed to setESSystem
 * code duplication / cleanup etc
2015-01-12 00:47:06 +00:00
Jools Wills
6907c99a49 midi audio is not available on the libretro port of prboom - so need to install timidity patches 2015-01-11 23:49:32 +00:00
Florian
23a89c95fc Merge pull request #579 from joolswills/styleguide
Styleguide #569
2015-01-11 21:28:32 +01:00
Jools Wills
231051ccad styleguide changes:
* add newline to end of main scripts
2015-01-11 17:32:20 +00:00
Jools Wills
641178f761 styleguide changes:
* [ ] -> [[ ]]
  * [ a = b ] -> [[ a == b ]]

note asplashscreen script left with [ ] as it doesn't specify bash directory
2015-01-11 17:11:11 +00:00
gizmo98
f5539c7c5a tyrquake: Move to source based installation
Compilation issues are solved. So move to source based installation. Good playable with 1GHz OC.
2015-01-10 16:53:09 +01:00
Jools Wills
f937baa863 rename checkNeededPackages to getDepends 2015-01-08 22:03:12 +00:00
Jools Wills
903ed0cb89 changed files installed by psxlibretro
changed extensions removing unsupported ones and adding some missing ones
2015-01-04 13:36:39 +00:00
Jools Wills
5b7347f682 no need to install the makefile for genesislibretro 2015-01-04 11:51:15 +00:00
gizmo98
4c08f2d228 libretro-handy: Change folder names from lynx to atarilynx 2015-01-04 08:58:35 +01:00
Jools Wills
32419850b9 reworked ini/config setting to reduce copy/paste and make the calling simpler. Since the most common usage is to change a few configuration
values at once, we now have a iniConfig function that sets up the delimiter type (such as "=" or " = "), the value quote
character (often "" nothing or "\"" a single quote) and the filename. you can then just call "iniSet" or "iniUnset" with two parameters
for key and value. A third parameter can be used in case you wish to use the current ini settings but on a different file. We should now easily
be able to handle any key/value configs whilst keeping the code simple/compact
2015-01-03 13:38:57 +00:00
Jools Wills
d993092100 install quake shareware files as part of configure stage for darkplaces quake so it will be compatible with the binary installer once it is out
of experimental. use the new code from tyrquake for downloading/unpacking of the pak files - and only do so if they are not already installed.
probably should split this out into a separate module, or have a single function in one of the implementation that the other one calls
2014-12-30 10:04:23 +00:00
Jools Wills
89a2689b7b install quake files as part of configure stage (so it will be compatibly with the binaries installer once it is out of experimental) 2014-12-30 09:52:01 +00:00
Jools Wills
28408151e1 use self hosting quake106.zip (the idsotware ftp is limtied to 30KB/second!) 2014-12-30 09:44:33 +00:00
Jools Wills
63ba67f837 Merge branch 'master' of github.com:petrockblog/RetroPie-Setup into upstream_master 2014-12-30 09:29:50 +00:00
Jools Wills
28b4af1672 the timidity files and doom wad need to be set up as part of configure so they get sorted when doing a binary installation. the prboom.wad also needs
to be installed (and then copied over to configure)
2014-12-30 09:19:57 +00:00
Jools Wills
1a6316fb49 retroarch now supports zip files natively - https://github.com/libretro/RetroArch/pull/986
removed old retroarch-zip helper script
added .zip .ZIP extensions to be added to es config
2014-12-29 23:10:50 +00:00
Jools Wills
ae9d635dfc Merge remote-tracking branch 'upstream/master' into more_runcommand_improvements
Conflicts:
	scriptmodules/emulators/dosbox.sh
2014-12-29 16:25:45 +00:00
Jools Wills
1d9f781ebd add an additional parameter for runcommand which will be used for saving of the video output mode and display in the menu.
we pass the module id in, which is short and should be clear to the user if manually fiddling with the config. if the parameter is
empty, it the name of the binary will be used
2014-12-29 16:16:08 +00:00
Jools Wills
49d8866ff9 added "runcommand.sh" to emulators that missed it so that they can benefit from user configured video output switching 2014-12-29 14:58:23 +00:00
gizmo98
21314a2a1a mupen64plus-libretro: Create gles2n64rom.conf 2014-12-29 14:46:42 +01:00
Jools Wills
03c0800095 upstream mupen64plus libretro is building again, so let's switch back to that. 2014-12-27 07:47:13 +00:00
Jools Wills
4cc8385134 avoid errors in runcommand when no binary is set in the dispmanx config 2014-12-26 12:03:00 +00:00
gizmo98
9f6003555a mupen64plus-libretro: Move to source based installation 2014-12-24 12:48:44 +01:00
gizmo98
8e90441cc9 libretro-handy: Move to source based installation 2014-12-24 12:02:28 +01:00
gizmo98
621242c487 fmsx-libretro: Move to source based installation 2014-12-24 12:02:00 +01:00
Jools Wills
57c81587d5 no need to list alternative essystem configs as each snes emulator uses it's own rom directory now 2014-12-21 04:36:18 +00:00
Jools Wills
777f012def $rootdir/configs -> $configdif 2014-12-20 20:19:31 +00:00
Jools Wills
06e9f30e0c fix missing / in so path 2014-12-20 02:31:26 +00:00
Jools Wills
51b65bd0d8 Merge branch 'master' into srcbin_reorga
Conflicts:
	scriptmodules/emulators/gpsp.sh
	scriptmodules/emulators/mupen64rpi.sh
	scriptmodules/emulators/openmsx.sh
	scriptmodules/helpers.sh
	scriptmodules/libretrocores/mupen64libretro.sh
	supplementary/scripts/input/basic.py
2014-12-19 22:43:45 +00:00
Jools Wills
78bad30a48 use 750mb total ram for mupen64/libretro emulator - as upstream requests 2014-12-19 22:28:39 +00:00
Jools Wills
7eca5ed017 take a single parameter for ram in rpSwap - the total needed ram - rpSwap will calculate how much additional swap is needed 2014-12-19 22:21:27 +00:00
Jools Wills
a0c6de9d08 fixed fbalibretro essystem path to so 2014-12-18 00:04:29 +00:00
Jools Wills
1ef90f6c75 install prboom.wad to $romdir/ports/doom 2014-12-17 05:54:38 +00:00
Jools Wills
4c489b1eb9 fix doom 1 wadfile location 2014-12-17 05:40:33 +00:00
Jools Wills
b46be71612 removed datafile installs for cavestory and move to experimental. 2014-12-17 05:12:01 +00:00
Jools Wills
491bbccae0 fixed up retroarch paths in libretro essystem configs 2014-12-16 22:45:23 +00:00
Jools Wills
73f4e58048 alternative setessystem lines that were out of date (dgen has it's own rom folders) 2014-12-16 22:09:52 +00:00
Jools Wills
11660ba459 files that should have been committed as part of 691dd7551e 2014-12-16 22:08:32 +00:00
Jools Wills
0f57e4c6c3 re-added gcc/g++ 4.8 dependencies for fbalibretro 2014-12-16 19:23:37 +00:00
Jools Wills
a5cf307403 unpack missing cavestory datafiles - #514.
fixed up path to datafiles in launch script
2014-12-16 05:25:03 +00:00