Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Tags
    3. software
    Log in to post
    • All categories
    • Anonymax69

      Fehler beim schreiben der Software
      Emulatoren Arcade/PC/Konsole • fehler beim schreiben der software • • Anonymax69

      1
      0
      Votes
      1
      Posts
      201
      Views

      No one has replied

    • clkgames

      Configurations keep resetting after software reset
      Recalbox General • configurations keep resetting software reset • • clkgames

      3
      0
      Votes
      3
      Posts
      925
      Views

      clkgames

      @Zing thank you so much for your time and help. I've ended up going for a new install again. I cannot say for sure what caused the issue, however after a clean install everything went back to normal.

      John

    • Alex U.

      Mame Software List Titles wont run.Please Read
      Emulator Arcade/PC/Console • mame software list titles wont • • Alex U.

      2
      0
      Votes
      2
      Posts
      454
      Views

      acris

      Hello

      It s recalbox forum for retrogaming software.
      Raspberry odroid
      Please ask mame forum.

    • Alex U.

      Allgemeine Mame Software Listen Probleme
      Emulatoren Arcade/PC/Konsole • allgemeine mame software listen • • Alex U.

      1
      0
      Votes
      1
      Posts
      218
      Views

      No one has replied

    • Alex U.

      Chintendo Vii Software List starten möglich?
      Emulatoren Arcade/PC/Konsole • chintendo vii software list starten • • Alex U.

      12
      0
      Votes
      12
      Posts
      2008
      Views

      voljega

      @alex-u ok,bye.

    • Garden Dwarf

      Custom build - Third party software
      Recalbox Général • build third party software • • Garden Dwarf

      4
      0
      Votes
      4
      Posts
      1160
      Views

      Garden Dwarf

      Merci les amis 🙂

    • Everett999

      Software version vs. dated upgrade
      Recalbox General • software version dated upgrade • • Everett999

      3
      0
      Votes
      3
      Posts
      988
      Views

      Substring

      @everett999 sticking to a number has defintely no more meaning fror us as we're releasing quite more often. When to change the major version, when to change the minor version ... We preferred going to a release date. The blog is full of information regarding updates and "the new release cycle" as we called it.

    • rocketman

      Venda ilegal do software Recalbox
      Recalbox geral • venda ilegal software recalbox • • rocketman

      4
      0
      Votes
      4
      Posts
      1300
      Views

      Substring

      @rocketman i sadly can't do much about that ... that's an endless war

    • lackyluuk

      NES Classic Mini Software
      Your discoveries • nes classic software • • lackyluuk

      2
      1
      Votes
      2
      Posts
      2558
      Views

      Neil_Hines

      It's really a great @lackyluuk friend. If you want to know how to add new games NES Classic Edition? Here in this article will really help you about to add new games NES classic edition.

    • Hendryl Barros Godoi

      Installing 3rd Party Software
      Recalbox General • installing 3rd party software • • Hendryl Barros Godoi

      5
      0
      Votes
      5
      Posts
      11879
      Views

      Substring

      The main reason it's easy on retropie and complicated on recalbox, is that retropie sits on top of an existing OS. That OS already has the compilers to add anything new, so they just have to script the copiling and tadaaaaa

      That's not our case. We use something called buildroot which is something that can cross-build a linux for any system (pi, x86 allwinner etc ... anything almost). To add new softwares (don't expect buildroot to provide emulators haha), we need to write packages telling buildroot how to compile. That's the main difficulty. As long as an emulator/game exists on Linux, we have to write a package telling Buildroot how to cross compile it for our target architectures (so far : pi, xu4, and x86 is on its way). That can be tricky (most packages need some patching on their makefiles), takes days, sometimes weeks to be able to do that.

      Next, to make the recalbox magic work (= coniguration-less emulator) you have to understand how the configuration files are generated, how they handle input devices, where they are stored etc ... Sometimes it's quite easy, sometimes it's a real pain in the @$$ (i'm talking about PPSSPP ... took me weeks). From time to time we have to patch the emulator to fit our directory structure.

      It takes time, our free time that we spend (and even devote !) to recalbox to make the magic happen