Recalbox Forum

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

    Posts made by sixer_sixer

    • RE: GPi Case and PiSNES Configs

      @snip3rm00n OK I did the trick by editing the Python generator file in the terminal

      ssh root@192.168.0.xxx
      mount -o remount, rw /
      cd /usr/lib/python2.7/site-packages/configgen/generators/pisnes
      vi pisnesGenerator.py
      

      And re-mapping the keys

      RECALBOX_TO_PBCS_BUTTON_MAPPING = \
          {
              "up": "UP",
              "down": "DOWN",
              "left": "LEFT",
              "right": "RIGHT",
              "a": "B",
              "b": "A",
      ...
      

      But it got side effects to save/load states indeed
      NB: expecting you have remap your emulationstation keys to a snes controller of course 🙂

      Following this post
      https://forum.recalbox.com/topic/19565/pisnes-fullscreen-since-last-update-6-1-1-dragonblaze

      posted in GamePad/GPIO/USB encoder
      sixer_sixer
      sixer_sixer
    • RE: GPi Case and PiSNES Configs

      @snip3rm00n Yo i've also tried and also did not work here

      posted in GamePad/GPIO/USB encoder
      sixer_sixer
      sixer_sixer