Jools Wills
11660ba459
files that should have been committed as part of 691dd7551e
2014-12-16 22:08:32 +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
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
c28b1d62cc
reworked uae4all for new build location / system
2014-12-12 01:12:46 +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
gizmo98
6e90b6f2bb
uae4all: Try to fix compilation issue
...
Add libasound2-dev package.
2014-11-13 20:42:16 +01:00
Florian
67616fb01d
Enhanced configuration of uae4all
2014-08-13 07:20:46 +02:00
Jools Wills
6076946ec3
for better readability/naming use depends rather than depen for dependency function naming (and retropie_package parameters)
2014-08-11 17:53:24 +01:00
Jools Wills
78161acd24
add sdl/sdlmixer dev package dependencies for uae4all - fixed #432
2014-08-09 16:47:58 +01:00
Florian
faef5e4eb3
Updated download URLs, added directory creation calls
2014-08-06 18:50:30 +02:00
Florian
46077accfe
ES system settings are set individually for each system (issue #403 )
2014-08-02 10:44:41 +02:00
Jools Wills
c272a3a4ef
split out emulators and libretro cores into separate module files - supplementary modules still to do
...
add functions for registering/loading the modules
2014-07-20 19:41:17 +01:00