Commit graph

38 commits

Author SHA1 Message Date
Jools Wills
28f2c8d367 Move nodistcc flag out of module sections
Errors introduced in #3902 (oops!)
2024-05-15 20:03:58 +01:00
Jools Wills
01bd5365c3 lr-picodrive - disable distcc for module
On Raspberry PI OS Bullseye, the distcc wrapper fails at linking stage. It's not a big module so easiest, to disable distcc in this case.
2024-04-17 00:54:41 +01:00
cmitu
f2fcde83f4 lr-picodrive: fix building from source
Upstream changed the README filename
2023-11-12 03:17:13 +00:00
Jools Wills
7ac3877b44 Switch to using defaultRAConfig
libretro ports now don't include the "ports/" path in the call as it's handled by the new function
2022-05-22 13:09:12 +01:00
Jools Wills
7bcdc6a956 libretrocores - added rp_module_repo to all libretro cores
Also use new location for lr-meseon repo due to repository move
2021-02-15 23:54:13 +00:00
Jools Wills
eefc89505a lr-picodrive - disable sh2 drc on aarch64 2020-07-30 04:28:30 +01:00
Jools Wills
c2c64b761f lr-genesis-plus-gx - make default for everything but armv6
* disable lr-picodrive as default emulator on megadrive / mastersystem for non armv6
2020-02-16 00:02:56 +00:00
Jools Wills
0cf4bb410a Revert "lr-picodrive - work around issue with latest cyclone submodule on arm"
This reverts commit 9c851e300d.

upstream is now fixed
2017-09-10 03:45:01 +01:00
Jools Wills
9c851e300d lr-picodrive - work around issue with latest cyclone submodule on arm
* https://github.com/libretro/picodrive/issues/57#issuecomment-327061488
2017-09-05 04:27:37 +01: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
e64e27d79e exts/name are addSystem parameters - move to platforms.cfg also / fix some typos 2017-01-06 00:57:37 +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
Jools Wills
c1cf366d2e remove old 2.x update code.
* there is no direct upgrade route from 2.x due to wheezy -> jessie leap,
   so we no longer need to keep this around.
2016-06-15 20:19:17 +01:00
HerbFargus
ed0d548e25 update all libretro-core docs 2016-06-10 23:18:34 -06:00
HerbFargus
ae97909192 Add help docs to emulator and libretro modules 2016-06-10 14:54:23 -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
675a48e7bb lr-picodrive - make flag changes
* handle the various makefile flags ourselves, so our CFLAGS don't get overwritten and so that we can disable drz80 on ARMv7+.
2016-05-20 14:54:37 +01:00
gizmo98
9ab570735c Remove default shaders
Due to changes of common-shaders repo preset shaders are wrong. Use
retroarch/retropie config tool to set/remove shaders.
2016-01-30 15:05:57 +01:00
Jools Wills
47ec9a1590 do not use __platform directly in modules for comparisons but use isPlatform 2016-01-17 01:09:00 +00:00
gizmo98
02c252113d picodrive: use libretro makefile 2015-12-25 17:14:11 +01:00
gizmo98
65eceee6c2 Picodrive remove !x86 2015-12-25 17:12:31 +01:00
gizmo98
cf54ec09a0 Add picodrive 2015-12-25 17:11:38 +01:00
gizmo98
d3205a7251 disable modules with rpi optimizations for now 2015-12-24 14:45:32 +01: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
Florian
4df425c338 CHG: Updated header information 2015-03-28 06:19:16 +01:00
Florian
aab7fbd52d CHG: Added license information to all files 2015-03-27 17:28:38 +01:00
Jools Wills
726a49f509 configure the per system shader configs in ensureSystemretroconfig - this de-duplicates a bunch of code 2015-03-10 17:48:49 +00:00
Jools Wills
6a5366ecc5 no need to set input_remapping_directory for each libretro module - it's done in ensureSystemretroconfig 2015-03-10 15:02:08 +00:00
Jools Wills
d948795710 updated sega 8/16 bit emulators to use new emulator management system 2015-03-09 16:52:38 +00:00
Jools Wills
1e2b396276 remove old libretro install on configure 2015-03-08 16:48:13 +00:00
Jools Wills
d24ee13b47 renamed libretro cores with lr- prefix, and use more accurate naming to reflect the libretro core used
improve descriptions for all libretro cores
2015-03-08 14:40:02 +00:00
Renamed from scriptmodules/libretrocores/picodrive.sh (Browse further)