Commit graph

25 commits

Author SHA1 Message Date
G Derber
f7761fd635
Add ability to differentiate group ownership from user ownership. 2024-08-06 09:38:25 -04:00
Jools Wills
d72e971060 lr-bluemsx - use defaultRAConfig parameters rather than manual ini setting
Also don't do config work when removing module
2022-05-22 13:09:12 +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
cmitu
85883f447c platform/systems - add new supported extensions
* Amiga - new extensions supported by `lr-puae`
* C64 - new extensions supported by `lr-vice`
* 3DO - added `.chd`, supported by the Opera Libretro core; updated license URL for the core.
* GC/Wii - added `.rvz`, supported by Dolphin
* MSX - added `.cas`, supported by both `lr-bluesmsx` and `openmsx`
* PC88 - added `.m3u`, supported by `lr-quasi88`
2021-01-06 20:47:24 +00:00
Jools Wills
0bffaabb68 lr-bluemsx - added colecovision support - fixes #2032
* document msx/colecovision bios / rom locations
 * added to coleco system
 * use a separate retroarch-core-options.cfg so as to force the colecovision system
2017-07-07 19:26:57 +01:00
Jools Wills
2cb9cc4cc6 lr-bluemsx - move to optional packages and remove bio files
* bios files are available from bluemsx website, but unsure of licence for inclusion in rp.
2017-03-19 15:45:03 +00:00
Jools Wills
5926524aff added licences to modules 2017-03-01 13:51:12 +00:00
Jools Wills
87c8b439f6 roms -> games in module help for machines that generally don't run games from rom (the term rom is horribly misused online). 2017-01-28 00:06:08 +00:00
Jools Wills
eda4f61136 updated all modules to use addEmulator / addSystem 2016-12-31 02:49:04 +00: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
027cf0341f de-duplicate the retroarch archives url 2015-12-20 22:41:47 +00:00
Jools Wills
fc89a287da add bluemsx requisites that were in the previous fork 2015-12-20 22:30:56 +00:00
Jools Wills
9ee1f766c5 use upstream libretro lr-bluemsx repository 2015-12-20 21:29:11 +00:00
Jools Wills
6eab7e1d42 bluemsx libretro core now uses MSX2+ by default 2015-12-18 16:00:38 +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
b517c2af82 move lr-bluemsx out of experimental 2015-08-01 16:04:00 +01:00
Jools Wills
6228e67382 cosmetic 2015-08-01 15:55:30 +01:00
Jools Wills
a8b8ae049c add setRetroArchCoreOption to de-duplicate code in modules for changing retroarch core options 2015-08-01 15:49:48 +01:00
Jools Wills
a51628f63f fix up Machines/Databases folder copy for lr-bluemsx 2015-07-26 19:15:57 +01:00
HerbFargus
37498997db Add lr-blueMSX primarily for MSX2
It also has an option in the core settings to run colecovision- the
games run fine but they are currently not properly coded for input so
its basically useless for now.
2015-07-25 17:52:53 -06:00