Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. AxelR
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 29
    • Best 7
    • Controversial 0
    • Groups 0

    Best posts made by AxelR

    • MSX keyboard and pad mapping

      For the MSX lovers out there....

      Some games require to press a keyboard key to start (i.e River Raid requires you to press 1 or 2 to start the game).
      If you want to 'simulate' those keys with a gamepad, you need to remap your controller.
      I was able to do so by entering Retroarch menu during the game, and change my controller type from Retropad to Retrokeyboard. Then you can remap individual buttons to keys. For example, remap the shoulders button to "1" and "2".
      CAUTION: I had to exit and re-enter the Controls menu after changing the controller type, otherwise I could not remap the buttons (discovered after a couple of hours of troubleshooting...)

      Hope this helps !

      posted in GamePad/GPIO/USB encoder
      AxelR
      AxelR
    • RE: Recalbox 7 plus de son en HDMI (PC64)

      Worked for me too. Thanks !

      posted in Recalbox Général
      AxelR
      AxelR
    • RE: Model3 config file issue ?

      Also, I think there is a typo in the supermodelGenerator.py python script, for the multi-threading parameter.
      There is a missing "-" character for the "no-treads" elif section.

          if ThreadStatut == 1:
              Thread.append("-no-gpu-thread")
          elif ThreadStatut == 2:
              Thread.append("no-threads")
          else:
              Thread.append("-gpu-multi-threaded")
      

      https://gitlab.com/recalbox/recalbox/-/blob/master/projects/configgen/configgen/generators/supermodel/supermodelGenerator.py

      posted in Emulator Arcade/PC/Console
      AxelR
      AxelR
    • RE: System SEGA MODEL3 : une galère à démarer

      @Mamoles certains jeux chez moi mettent plus de 10 mins a demarrer, je n’ai pas trouvé d’explications...
      Cf mon msg du 6 decembre 22h.

      posted in Emulateurs Arcade/PC/Console
      AxelR
      AxelR
    • RE: Model3 config file issue ?

      and choice 1 & 2 are inverted vs the inline help of ConfigModel3.ini

      posted in Emulator Arcade/PC/Console
      AxelR
      AxelR
    • RE: System SEGA MODEL3 : une galère à démarer

      Merci @acris et tous.
      Je testerai Skraper un jour ou l'autre.
      Ou j'attendrai le support de la Model3 par le scraper interne...c'est prévu dans une prochaine version ?

      posted in Emulateurs Arcade/PC/Console
      AxelR
      AxelR
    • RE: Model3 config file issue ?

      Answering my own question:

      According to the source files on gitlab, it seems the ConfigModel3.ini config file format changed, and now has a new set of entries, that matches what configgen expects.

      https://gitlab.com/recalbox/recalbox/-/blob/master/board/recalbox/fsoverlay/recalbox/share_init/system/configs/model3/ConfigModel3.ini

      I am not sure if it's a bug or if it's related to the recalbox upgrade process which does not erase older config files ?

      posted in Emulator Arcade/PC/Console
      AxelR
      AxelR