Recalbox Forum

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

    Topics created by FMO

    • FMO

      Cohabitation Manettes type Arcade + Manettes EXLENE SNES USB
      Manettes/GPIO/Encodeurs • cohabitation type arcade exlene snes • • FMO

      4
      0
      Votes
      4
      Posts
      612
      Views

      acris

      Non je pense pas.

    • FMO

      Solved Retroarch Mame Conserve paramétrage (shader et vidéo) pour certains jeux.
      GamePad/GPIO/USB encoder • retroarch mame conservation parametrage shader • • FMO

      3
      0
      Votes
      3
      Posts
      831
      Views

      FMO

      @bkg2k said in Retroarch Mame Conserve paramétrage (shader et vidéo) pour certains jeux.:

      Le mieux est encore d'attendre la 6.1 qui ne devrait pas tarder.

      Retroarch semble avoir quelques soucis avec les shaders sur Pi entre autre, mais Recalbox 6.1 dispose d'un nouveau systeme de settings qui se loge avec les roms et qui permet de modifier les reglages retroarch.

      Merci, finalement j'ai réussi à faire ce que je voulais en associant le shader 'de type miroring c**ktail cabinet' à certains jeux uniquement et pour les autres ils héritent du paramétrage global de mame2003.cfg . Ca fonctionne bien. Il est vrai que les paths pour les .cfg et les .glsl sont un peu "sioux" .. et qu'il ne faut pas oublier de passer en rw le filesystem quand on bricole les configs.

    • FMO

      2 MICE TO USE WITH ARKANOID (MAME)
      GamePad/GPIO/USB encoder • mice arkanoid mame • • FMO

      2
      0
      Votes
      2
      Posts
      843
      Views

      FMO

      @fmo said in 2 MICE TO USE WITH ARKANOID (MAME):

      Hello,

      How to map 2 mice on Recalbox (Player1=Mouse0, Player2=Mouse1). I built arcade c**ktail table so players can not share same mouse . I've looked previous post about update retroarch.cfg file without sucess.

      Thanks,

      FM

      I add few logs/parameters files about my settings. To get MOUSE_IDX , i looked to /dev/input/by-path folder.
      So I guess IDX for mice are 2 and 5.

      ls -ltr

      total 0
      lrwxrwxrwx 1 root root 9 Jan 1 1980 usb-_USB_Keyboard-event-kbd -> ../event1
      lrwxrwxrwx 1 root root 9 Jan 1 1980 usb-_USB_Keyboard-event-if01 -> ../event3
      lrwxrwxrwx 1 root root 9 Jan 1 1980 usb-PixArt_USB_Optical_Mouse-mouse -> ../mouse1
      lrwxrwxrwx 1 root root 9 Jan 1 1980 usb-PixArt_USB_Optical_Mouse-event-mouse -> ../event5
      lrwxrwxrwx 1 root root 6 Jan 1 1980 usb-Microntek_USB_Joystick-joystick -> ../js1
      lrwxrwxrwx 1 root root 9 Jan 1 1980 usb-Microntek_USB_Joystick-event-joystick -> ../event4

      pwd

      /dev/input/by-id

      cd .. cd by-path ls -ltr

      total 0
      lrwxrwxrwx 1 root root 6 Jan 1 1980 platform-3f980000.usb-usb-0:1.1.2:1.0-joystick -> ../js0
      lrwxrwxrwx 1 root root 9 Jan 1 1980 platform-3f980000.usb-usb-0:1.3:1.1-event -> ../event3
      lrwxrwxrwx 1 root root 9 Jan 1 1980 platform-3f980000.usb-usb-0:1.3:1.0-event-kbd -> ../event1
      lrwxrwxrwx 1 root root 9 Jan 1 1980 platform-3f980000.usb-usb-0:1.2.3:1.0-mouse -> ../mouse1
      lrwxrwxrwx 1 root root 9 Jan 1 1980 platform-3f980000.usb-usb-0:1.2.3:1.0-event-mouse -> ../event5
      lrwxrwxrwx 1 root root 9 Jan 1 1980 platform-3f980000.usb-usb-0:1.2.1:1.0-mouse -> ../mouse0
      lrwxrwxrwx 1 root root 9 Jan 1 1980 platform-3f980000.usb-usb-0:1.2.1:1.0-event-mouse -> ../event2
      lrwxrwxrwx 1 root root 6 Jan 1 1980 platform-3f980000.usb-usb-0:1.1.3:1.0-joystick -> ../js1
      lrwxrwxrwx 1 root root 9 Jan 1 1980 platform-3f980000.usb-usb-0:1.1.3:1.0-event-joystick -> ../event4
      lrwxrwxrwx 1 root root 9 Jan 1 1980 platform-3f980000.usb-usb-0:1.1.2:1.0-event-joystick -> ../event0

      Parameters about mouse in retroarch-core-options.cfg :

      /recalbox/share/system/configs/retroarch/cores# grep mouse retroarch-core-options.cfg

      input_grab_mouse_toggle = "f11"
      input_grab_mouse_toggle_axis = "nul"
      input_grab_mouse_toggle_btn = "nul"
      input_grab_mouse_toggle_mbtn = "nul"
      input_player10_mouse_index = "0"
      input_player11_mouse_index = "0"
      input_player12_mouse_index = "0"
      input_player13_mouse_index = "0"
      input_player14_mouse_index = "0"
      input_player15_mouse_index = "0"
      input_player16_mouse_index = "0"
      input_player1_mouse_index = "2"
      input_player2_mouse_index = "5"
      input_player3_mouse_index = "0"
      input_player4_mouse_index = "0"
      input_player5_mouse_index = "0"
      input_player6_mouse_index = "0"
      input_player7_mouse_index = "0"
      input_player8_mouse_index = "0"
      input_player9_mouse_index = "0"
      mame2003_mouse_device = "mouse"
      menu_mouse_enable = "true"
      prboom-mouse_on = "disabled"
      sgx_mouse_sensitivity = "1.25"

      Do you see any mistake ?

      Thanks.

    • FMO

      HOTKEY - EXIT key - EG STARTS with Encoder issue to setup
      GamePad/GPIO/USB encoder • hotkey key starts encoder issue • • FMO

      5
      0
      Votes
      5
      Posts
      1925
      Views

      FMO

      @voljega ... issue solved .. I made 2 actions : Plug-out from RPI3 , the Mayflash adapter for my Atari 2600 Paddle (not working with Recalbox) , and switch USB order of the 2 EG STARTS USB Encoder to assign RETROPAD1 to Player1 and RETROPAD2 to Player2 ... and know HotKey works !

      FM

    • FMO

      ATARI 2600 PADDLE CONNECTED ON MAYFLASH ADAPTER
      GamePad/GPIO/USB encoder • atari 2600 paddle connected mayflash • • FMO

      2
      0
      Votes
      2
      Posts
      885
      Views

      voljega

      @fmo well obviously you can't use a one button paddle in a system which requires at least 4 to work (I mean Recalbox here)