Jools Wills
a3abbc8dbd
install sample.dgenrc so a binary install has it available for configure
2014-12-24 19:52:43 +00:00
gizmo98
4d4f5a5ef4
Retroarch: Add n64
2014-12-24 12:00:29 +01:00
gizmo98
0b7c914a10
Retroarch: add quake, lynx and msx
2014-12-24 11:56:26 +01:00
Jools Wills
9bbd49d4dc
removed left in test code. sorry!
2014-12-23 18:12:02 +00:00
Jools Wills
782acc1ad5
no need to run linapple as sudo - it just needs write permission to it's folder. chown all folder to $user.
...
create ftp/cache and images folders as the install script does (but we don't use it as it is hardcoded)
2014-12-23 11:01:24 +00:00
Jools Wills
de99be8a9c
fixed up linapple dependencies - requires curl development libs not only runtime. Also doesn't need libz runtime added here as it will be installed by the other dependencies
2014-12-23 09:57:06 +00:00
Jools Wills
9e2457ef15
use configure_dispmanx_off / configure_dispmanx_on functions
2014-12-23 09:08:19 +00:00
Jools Wills
4981d06aba
quote paths
2014-12-23 09:04:19 +00:00
Jools Wills
a942c735b2
fixed missing $ (typo)
2014-12-23 09:03:51 +00:00
Jools Wills
32bb6a8164
split dgen configuration so we have a function to set config params for running with standard sdl.
...
add a function for configuring dgen for dispmanx which can be called manually from retropie_packages.sh - we can later add it
to the menu system for users to easily switch emulators to use dispmanx
2014-12-23 08:58:43 +00:00
Jools Wills
d637142664
dgen configuration defaults
2014-12-23 07:28:34 +00:00
Jools Wills
895faf6fc4
fixed copy of sample dgen configuration file
2014-12-23 06:05:43 +00:00
Jools Wills
b62035ca53
to fix up running out of memory when building dgen, we can just disble the hqx filter compilation - http://sourceforge.net/p/dgen/bugs/7/
...
removed dependency on gcc 4.6
2014-12-23 06:03:22 +00:00
Jools Wills
2d88d6e56a
added rpSwap to dgen
2014-12-22 13:17:42 +00:00
Jools Wills
ffe0df8ded
quoted parameters for ensureKeyValue will not cause double quotes due to qutoes being added automatically
2014-12-21 05:04:11 +00:00
Jools Wills
bb17a82184
osmose emulator wasn't working - remove -joy parameter by default - #455
2014-12-21 04:47:47 +00:00
Jools Wills
67b1cec969
shaders mkdir was already in install_retroarch. moved chown for this folder to install
2014-12-21 01:08:12 +00:00
Jools Wills
74408878b8
mkdir before copying in retroarch configure
...
user mkdir not the mkRomDir for BIOS and chown to $user
2014-12-20 20:59:20 +00:00
Jools Wills
777f012def
$rootdir/configs -> $configdif
2014-12-20 20:19:31 +00:00
Jools Wills
e5e8dbdc57
move mame4all data folders to $configdir/mame4all
...
make new rom folders for mame artwork and samples
2014-12-20 20:02:56 +00:00
Jools Wills
e0c9a3b301
rm -f so as to not be verbose if file doesn't exist
2014-12-20 00:27:45 +00:00
Jools Wills
e5876f7fe8
use $home rather than /home/$user (user folder could be anywhere theoretically)
2014-12-19 23:04:45 +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
dedab6538e
added some default controls to gngeo
2014-12-17 19:44:55 +00:00
Jools Wills
d059886db4
correct location of neogeo bios install instructions. The code actually looks for the bios in the rompath, so the bios path feature is not working correctly
2014-12-17 19:24:10 +00:00
Jools Wills
764cff1915
linapple segfaults unless run as root. No idea why as of yet, but sudo it for now
2014-12-17 06:16:23 +00:00
Jools Wills
4f04e3e7f8
move software ports / non emulators to a ports subfolder and number then from 250 onwards.
2014-12-17 03:55:14 +00:00
Jools Wills
5fa47bbbc8
add retroarch-joyconfig to installation
2014-12-16 22:26:17 +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
9625c62f7a
let advmame have it's own rom folder so it can be run alongside mame4all (different version of mame - different romset). Some games may work
...
better due to the newer mame base (and some a lot slower)
2014-12-16 21:27:47 +00:00
Jools Wills
a1c8df6446
chmodding file that didn't exist - but it didn't need it anyway - it has the correct permissions
2014-12-16 17:42:16 +00:00
Jools Wills
942d4c7b53
fixed building linapple on gcc > 4.6
2014-12-16 17:19:12 +00:00
Jools Wills
b71a7b0e58
use dgen 1.33 - has better fb compatibility
...
new version seems to compile fine with gcc 4.7
no need for disabling of double buffer - it does it automatically now in the new version
2014-12-16 08:21:47 +00:00
Jools Wills
507b84e686
disable double buffer by default for dgen (flashing screen)
2014-12-16 07:34:01 +00:00
Jools Wills
79b5115d26
fixed dgen install path for sega cd / sega 32x setessystem configs
2014-12-16 03:42:17 +00:00
Jools Wills
a81ab35393
added libsdl1.2-dev libsdl-net1.2-dev dependencies for fastdosbox (net needed for some modem/ipx functionality)
2014-12-16 03:11:01 +00:00
Jools Wills
4480c8d649
typo in g++ dependency
2014-12-16 02:01:34 +00:00
Jools Wills
40a2532c95
add gcc-4.6/g++4.6 as dependency for dgen, as we built it with that version (and it could have been uninstalled from raspbian)
...
added libarchive-dev as a dependency so dgen can open compressed roms
2014-12-16 02:00:27 +00:00
Jools Wills
13fb7d454f
patch up sources as part of sources function not build
2014-12-15 06:14:08 +00:00
Jools Wills
51945ac62a
move information messages regarding rom installation to the configure task so it doesnt need to be duplicated in the binary install function
2014-12-15 05:59:07 +00:00
Jools Wills
109d174473
fixed wrong path for mame4all required build file.
2014-12-13 21:15:15 +00:00
Jools Wills
b6022380c4
fix up retroarch/shader installing
2014-12-13 19:12:07 +00:00
Jools Wills
9b0fcbd54c
Merge remote-tracking branch 'upstream/master' into separate_sources
...
Conflicts:
scriptmodules/emulators/mupen64rpi.sh
2014-12-13 09:07:23 +00:00
Jools Wills
8bf3aa551f
mujpen64 build script checks for 750mb free ram - testing the minimum needed now. disabled check but increased swap. May need to
...
increase swap file more - will test
2014-12-13 09:03:30 +00:00
Jools Wills
2f4d3cd2b9
Revert "removed left over error message in jzintv"
...
This reverts commit f59a80a349
.
2014-12-13 07:16:52 +00:00
Jools Wills
f59a80a349
removed left over error message in jzintv
2014-12-13 06:40:18 +00:00
Jools Wills
4aa3301226
fixed required binary path in jzintv
2014-12-13 06:39:32 +00:00
Jools Wills
81f4c0f362
oops. commented out code
2014-12-13 06:17:54 +00:00