Commit graph

67 commits

Author SHA1 Message Date
Jools Wills
11660ba459 files that should have been committed as part of 691dd7551e 2014-12-16 22:08:32 +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
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
81f4c0f362 oops. commented out code 2014-12-13 06:17:54 +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
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
57bbf567a0 reworked dgen for new build location / system 2014-12-11 15:15:49 +00: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
Florian
faef5e4eb3 Updated download URLs, added directory creation calls 2014-08-06 18:50:30 +02:00
Florian
4c7621291c Updated module dgen: dependencies, sources, installation 2014-08-06 18:30:43 +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