Commit graph

29 commits

Author SHA1 Message Date
Jools Wills
4816c9a289 update emulators to use setBackend and new sdl1/sdl2 flags 2021-04-19 03:30:09 +01:00
Jools Wills
b965f21e46 emulators - added rp_module_repo to emulators using git
Also fixed hatari licence link
2021-02-15 23:54:13 +00:00
Jools Wills
6af5c2047b updated module flags for all emulators 2020-02-22 08:23:26 +00:00
Jools Wills
f474d0fcbd switch to newer package name libpng-dev over libpng12-dev for dependencies.
* allow modules to still use libpng12-dev but show a message for them to be updated
 * change libpng-dev dependency to libpng12-dev for Jessie and older
2018-10-18 19:08:56 +01:00
Jools Wills
6fdc996af7 pcsx-rearmed - force disabling of neon
* configure script makes a wrong choice when gcc is using -mcpu=arm1176jzf-s
2018-01-29 19:18:33 +00:00
Jools Wills
518b888eab disable some modules (rpi1 / sdl1 etc) from the kms platform 2017-11-02 19:49:59 +00:00
Jools Wills
5926524aff added licences to modules 2017-03-01 13:51:12 +00:00
Jools Wills
1e1f55e68c no need for git submodule handling in modules as gitPullOrClone now does it 2017-02-14 17:09:05 +00:00
Jools Wills
e653651d7a pcsx-rearmed - launch path can be shortened now we use pushd 2017-02-04 18:40:24 +00:00
Jools Wills
548404a78d pcsx-rearmed - fix configuration saving 2017-02-04 14:29:29 +00:00
Jools Wills
54388addc5 pcsx-rearmed - bios fixes
* change to $md_inst on launch so bios folder is found.
 * symlink uppercase bios to match lr-pcsx-rearmed/wiki naming
2017-02-04 14:19:53 +00:00
Jools Wills
eda4f61136 updated all modules to use addEmulator / addSystem 2016-12-31 02:49:04 +00:00
Jools Wills
04afde92b9 Revert "use --depth 1 for submodules - fixes #1743"
This reverts commit d450858a71.
2016-11-10 23:31:13 +00:00
Jools Wills
d450858a71 use --depth 1 for submodules - fixes #1743 2016-11-10 23:25:00 +00:00
Jools Wills
dbaccfcddc make sure git errors are always trapped when updating submodules - so a failure will trigger a clean. fixes #1632 2016-08-12 17:51:05 +01:00
Jools Wills
e385457a7b cosmetic - remove trailing spaces in copyright 2016-08-11 03:23:30 +01:00
HerbFargus
86da2c00bc finish docs for the rest of the emulators 2016-06-11 00:14:31 -06:00
Jools Wills
889f8ecdfa Initial rewrite of the setup menu, including per package/module management
* rp_module_menus is no more - instead use rp_module_section with one of
   - core (core packages)
   - main (main packages - which will be installed by default in the image)
   - opt (optional packages)
   - exp (experimental packages)
   - driver (driver packages)
   - config (configuration packages / tools)

 * The setup menu organises the data based on the above sections. more could be added in the future if needed. Packages (internally modules), can be added / configured / removed individually, or as entire sections.

 * The setup menu will automatically detect if a binary is available to be installed. the nobin flag is no longer needed. modules that install directly from binary via aptInstall or via a prebuilt binary need to use an install_bin_ function instead of install_

 * rp_module_section of type "config" will have the "gui_" function called first if it's available, otherwise a standard depends/sources/build/install/configure will be called

 * configure is no longer used for "gui" configuration function - use gui_ instead. Had already started to move to this before, but now it is required.
2016-06-06 22:08:36 +01:00
Jools Wills
89d4b03bdd use md_conf_root in modules when referencing configs for the particular module 2016-03-26 15:28:15 +00:00
Jools Wills
83e41785aa tweak some platform flags to play nicely with the new rpi3 platform 2016-02-29 17:39:37 +00:00
Jools Wills
184dda8c8e use !mali instead of !odroid 2016-01-17 00:36:03 +00:00
Jools Wills
c6423c753d use isPlatform for platform flag checking so we can do !rpi or !odroid
disable rpi emulators on odroid
2016-01-04 03:49:11 +00:00
gizmo98
d3205a7251 disable modules with rpi optimizations for now 2015-12-24 14:45:32 +01:00
Jools Wills
8c0d2874f1 use mkdir -p 2015-12-03 04:33:12 +00:00
Jools Wills
d7f843d473 copyright sp / minor wording tweak 2015-10-12 00:09:22 +01:00
Florian
db0dd30692 CHG: Updated copyright information. 2015-10-11 21:03:16 +02:00
Jools Wills
ce8ede4def updated licence url (to RetroPie org). Remove . at end of licence url to avoid any confusion 2015-06-16 16:41:34 +01:00
Jools Wills
21e1254e58 fix indentation 2015-05-30 19:30:01 +01:00
Jools Wills
fed24e7ecd Merge branch 'pcsx_rearmed-standalone' of git://github.com/gizmo98/RetroPie-Setup into gizmo98-pcsx_rearmed-standalone
Add pcsx standalone emulator
2015-05-30 19:25:33 +01:00