Skip to content

WIP: Add dragon emulation

Redblueflame requested to merge redblueflame/recalbox:1018-Dragon-Support into master

Please make sure your MR is ready to be merged !

  • You added the changes in CHANGELOG.md
  • You described the MR as below

Changes :

  • Added Dragon

Related to :

  • Nothing yet

This MR is for adding a new core, so here is the checklist for adding a new core. I'll update it everytime I made something. PS: This is my first MR in Recalbox, so if something is wrong, send a comment here, or ping me on discord (Redblueflame#0001)

Buildroot

  • Write the core package (Config.in + .mk files) + make sure it's included in the main Config.in
  • Write or adapt the corresponding recalbox-romfs package, see here
  • Follow the empack recommendations!!!
  • Eventually complete the bios readme files
  • Update the defconfig files
  • Add required files copy to board/recalbox/fsoverlay/etc/init.d/S12populateshare

Configgen

  • Write a new configgen or adapt an existing one
  • If it's a new package, writing the unit tests would be a great idea too

Theme

  • Make the corresponding theme if it doesn't exist (you can ask some help from the Recalbox team) (See with @paradadf)

ES

  • Add the platform to ES

Closes #1018 (closed)

Edited by Redblueflame

Merge request reports