Commit graph

1764 commits

Author SHA1 Message Date
Jools Wills
7e54be6af0 autogen.sh calls configure - so we need to pass our options to that rather than running configure twice which is slow 2014-12-13 03:26:52 +00:00
Jools Wills
7a9e24d56d quote the rom path just in case someone has a space in the path 2014-12-13 03:15:56 +00:00
Jools Wills
65c70e9f35 removed old error handling left over in atari800. make clean before making (in case build is called a second time).
we can handle this as an optional clean in the future
2014-12-13 03:14:11 +00:00
Jools Wills
068caec85e removed old left-over error handling from basilisk 2014-12-13 03:12:09 +00:00
Jools Wills
c758e09a01 remove old .advancemame configuration on config. we should probably back up old user configs though 2014-12-13 03:09:38 +00:00
Jools Wills
227a06070c renamed rps_checkNeededPackages to checkNeededPackages as it is used by modules and setup 2014-12-12 17:59:23 +00:00
Jools Wills
8531edf9dd rename variables returned by modules. these would be better dealt with in a function - would be more flexible 2014-12-12 02:51:33 +00:00
Jools Wills
40abc2da8f use descriptive variables for use in modules rather than $1 / $2 etc. They have local scope in the parent function so are visible.
the build/install paths are pregenerated making modules even simpler - we use the module type to decide where to put it, which
will be needed for supplementary / libretrocores
2014-12-12 02:34:51 +00:00
Jools Wills
198bc723c3 left over popd 2014-12-12 02:29:37 +00:00
Jools Wills
38f569653c reworked darkplaces quake for new build location / system 2014-12-12 02:08:49 +00:00
Jools Wills
0b6c6e528d fixed - missed some paths in the module changes
fastdosbox referred to rpix86 - switched to correct binary, but probably needs some more changes
2014-12-12 01:45:20 +00:00
Jools Wills
ac9f3bf760 reworked vice for new build location / system
merge c64 rom installation with vice
2014-12-12 01:40:12 +00:00
Jools Wills
c28b1d62cc reworked uae4all for new build location / system 2014-12-12 01:12:46 +00:00
Jools Wills
c311157c6c Merge remote-tracking branch 'upstream/master' into separate_sources 2014-12-12 01:01:10 +00:00
Jools Wills
116750c3a3 uae4all also suffers from recent linker changes - added missing -lm and -lz libraries 2014-12-12 00:59:49 +00:00
Jools Wills
881b7a1c0a reworked snes9x for new build location / system 2014-12-12 00:28:01 +00:00
Jools Wills
bb11a9f6d0 reworked rpix86 for new build location / system 2014-12-12 00:18:59 +00:00
Jools Wills
23703cb5c2 reworked retroarch for new build location / system
removed sed in for loop that looked like it was designed to replace paths in the shaders (but they contained none?)
removed some unneeded code
2014-12-12 00:05:12 +00:00
Jools Wills
ae09c75732 reworked quake3 for new build location / system 2014-12-11 23:39:21 +00:00
Jools Wills
432a551f37 reworked pisnes for new build location / system 2014-12-11 23:23:27 +00:00
Jools Wills
44dfa17eac fixed setESSystem paths fr pifba 2014-12-11 23:11:44 +00:00
Jools Wills
6296d1e850 reworked pifba for new build location / system 2014-12-11 23:10:18 +00:00
Jools Wills
77905a0ccd reworked osmose for new build location / system 2014-12-11 22:45:20 +00:00
Jools Wills
e61baf70c6 reworked openmsx for new build location / system 2014-12-11 22:39:53 +00:00
Jools Wills
1abd1aba53 fixed - left over pushd after memory/swap changes 2014-12-11 21:13:54 +00:00
Jools Wills
17f9f965aa reworked mupen64rpi for new build location / system 2014-12-11 20:25:36 +00:00
Jools Wills
e69512c3f8 reworked minecraft for new build location / system 2014-12-11 20:01:18 +00:00
Jools Wills
14d791adb5 reworked mame4all for new build location / system 2014-12-11 19:57:43 +00:00
Jools Wills
2d903f167b reworked linapple for new build location / system 2014-12-11 19:39:43 +00:00
Florian
1a336a7107 Merge pull request #513 from petrockblog/memory
Memory/swap changes
2014-12-11 20:36:57 +01:00
Jools Wills
cbc1a0f101 reworked jzintv for new build location / system 2014-12-11 19:23:05 +00:00
Jools Wills
9f40af99b1 Merge branch 'master' into separate_sources 2014-12-11 19:15:17 +00:00
Jools Wills
03cdaecf25 jzintv also suffered from the updates to the raspbian linker - added libm to linker flags 2014-12-11 19:14:11 +00:00
Jools Wills
aeb56ab5bc fixed duplicate files passed to sed in jzintv 2014-12-11 19:03:20 +00:00
Jools Wills
04307b8101 reworked gpsp for new build location / system 2014-12-11 18:45:45 +00:00
Jools Wills
dee8e74caa Merge branch 'memory' into separate_sources 2014-12-11 18:18:46 +00:00
Jools Wills
d2567b9d78 reworked gngeopi for new build location / system 2014-12-11 18:17:04 +00:00
Jools Wills
8e57f30102 rework fbzx for new build location / system (including list of files to install) 2014-12-11 17:35:09 +00:00
Jools Wills
6ebcbe1fdf reworked fastdosbox for new build location / system 2014-12-11 17:12:18 +00:00
Jools Wills
f54cb2e3e4 no need to change directory for unpacking tar - we are in the correct location 2014-12-11 15:30:31 +00:00
Jools Wills
c3e018726c reworked eduke32 for new build location / system 2014-12-11 15:27:57 +00:00
Jools Wills
57bbf567a0 reworked dgen for new build location / system 2014-12-11 15:15:49 +00:00
Jools Wills
685f09a80a reworked cpc emulator for new build location / system 2014-12-11 14:58:56 +00:00
Jools Wills
04945e8ac3 rework basilisk emulator for new build location 2014-12-11 14:45:45 +00:00
Jools Wills
5296ef9fbd removed uneeded pushd/popd from first two modules 2014-12-11 03:29:09 +00:00
Jools Wills
6617e97508 Merge branch 'master' into separate_sources 2014-12-11 03:04:36 +00:00
Jools Wills
df8f73155d changed: use megabytes for both rpSwap memory parameters 2014-12-11 02:42:47 +00:00
Jools Wills
9e655af4c3 replace previous swap on/off with the new code. the "limits" might need tweaking. But hopefully we can find a balance between
the need to add additional swap based on the users machine and existing swap set up.
2014-12-11 02:32:17 +00:00
Jools Wills
a7df47b4a2 since we are adding swap - we don't need to remove optimisation from the Makefile for 256M pi's. It wasn't working
anyway since the default cflags for retropie-setup add -O2
2014-12-11 01:23:23 +00:00
Jools Wills
1645edd648 removed Makefile include patch for gpsp - upstream repository already has it in place 2014-12-11 01:06:05 +00:00