Commit graph

216 commits

Author SHA1 Message Date
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
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
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
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
b6022380c4 fix up retroarch/shader installing 2014-12-13 19:12: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
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
Florian
8138086f53 Re-mapped input_enable_hotkey to 'nul' for RetroArch 2014-08-12 07:00:05 +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
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