Commit graph

25 commits

Author SHA1 Message Date
Jools Wills
fb461f2953 lr-desmume - fix building on arm
platform var needs the additional 'unix' keyword since the changes in 3af49d8d5d or else the wrong target platform is used (it tries to include x86 specific code)
2022-08-04 17:20:35 +01: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
3843424708 lr-desmume / lr-desmume2015 - disable jit code on aarch64 and de-duplicate logic
* use lr-demume dependencies for lr-desmume2015
 * split out parameter logic in lr-desmume and re-utilise in lr-desmume2015
2020-07-30 04:28:30 +01:00
Jools Wills
f7b6ba5274 lr-desmume - added missing dependency 2020-03-21 01:49:23 +00:00
Jools Wills
eb8dda3026 lr-desmume - added libpcap-dev dependency 2019-05-09 07:13:03 +01:00
Conn O'Griofa
210f28c6c9 Update lr-desmume and split 2015 version
Fix build for new upstream rebase, and split off old version into
lr-desmume2015 scriptmodule to correspond to its new name.

Fixes #2314.
2018-02-26 01:45:09 +00:00
Jools Wills
5926524aff added licences to modules 2017-03-01 13:51:12 +00:00
Jools Wills
eda4f61136 updated all modules to use addEmulator / addSystem 2016-12-31 02:49:04 +00:00
Jools Wills
14cc370643 cosmetic - trailing whitespace 2016-09-27 23:05:40 +01:00
Jools Wills
e385457a7b cosmetic - remove trailing spaces in copyright 2016-08-11 03:23:30 +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
286873dd64 improve logic on lr-desmume to add arm params if arm rather than clearing them if x86 2016-01-19 06:21:16 +00:00
gizmo98
d225717eb1 lr-desmume.sh: add platform x86 2016-01-10 14:47:52 +01:00
gizmo98
d3205a7251 disable modules with rpi optimizations for now 2015-12-24 14:45:32 +01:00
Jools Wills
513613e8d8 remove makefile change for lr-desmume - changes are now upstream 2015-11-26 01:19:02 +00:00
Jools Wills
89004488f8 temporary fix for lr-desmume no longer needed (fixed upstream) - should build again now 2015-11-25 17:27:10 +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
5ddda56604 temporary fix for lr-desmume until https://github.com/libretro/desmume/issues/61 is sorted #1030 2015-10-03 16:29:09 +01:00
Jools Wills
a6933a6445 use githubs preferred access protocol - https:// - before we had mixed git:// and http:// around the code 2015-06-16 16:50:37 +01: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
f61466b96a Merge branch 'desmume' of git://github.com/gizmo98/RetroPie-Setup into gizmo98-desmume 2015-05-30 19:22:11 +01:00