RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    PPSSPP doesn't recognize 8bitdo controller

    Scheduled Pinned Locked Moved Help and Support
    ppsspp
    10 Posts 4 Posters 4.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jplank
      last edited by

      I have the nes controller from 8bitdo and I'm trying to use it with the ppsspp emulator. When I hit escape with the emulator running and navigate to the controller config menu (using a keyboard), the emulator doesn't recognize any inputs from the 8bitdo controller. Has anyone successfully found a way to use the controller with PPSSPP? Is there some way to get this to work?

      I am using RetroPie 4.2 on a Raspberry Pi 3

      ExarKunIvE 1 Reply Last reply Reply Quote 0
      • Q
        qanba
        last edited by

        same problem here but dont work with any controller, and i use both lr-ppsspp and ppsspp

        1 Reply Last reply Reply Quote 0
        • timeonmyhandsT
          timeonmyhands
          last edited by

          Is it working on other emulators?

          J 1 Reply Last reply Reply Quote 0
          • Q
            qanba
            last edited by

            in my case , yes.
            and in 4.0.x retropie works too, in that new versión no way to play with controller on PSP.

            1 Reply Last reply Reply Quote 0
            • J
              jplank @timeonmyhands
              last edited by

              @timeonmyhands Yes, it works fine in every other emulator I've used.

              timeonmyhandsT 1 Reply Last reply Reply Quote 0
              • timeonmyhandsT
                timeonmyhands @jplank
                last edited by

                @jplank

                Not sure then. I'll have to try the emulator out myself

                1 Reply Last reply Reply Quote 0
                • ExarKunIvE
                  ExarKunIv @jplank
                  last edited by

                  @jplank

                  you are correct with ppsspp not seeing 8bitdo. i just got mine going and i cant map the controls

                  so im going to go and make a mapping script so it see my controller like a keyboard. i hope that works, i think it will.

                  have not tryed lr-ppsspp

                  RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                  RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                  Maintainer of RetroPie-Extra .

                  1 Reply Last reply Reply Quote 0
                  • ExarKunIvE
                    ExarKunIv
                    last edited by

                    i have my 8bitdo mapped, useing

                    https://retropie.org.uk/docs/Universal-Controller-Calibration-&-Mapping-Using-xboxdrv/

                    RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                    RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                    Maintainer of RetroPie-Extra .

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      jplank @ExarKunIv
                      last edited by

                      @ExarKunIv That's awesome news! Any chance you could share exactly what lines you added to runcommand-onstart.sh and runcommand-onend.sh? I've been trying to work through the steps on the site you linked for the past two hours, but I feel like I'm going in circles...

                      ExarKunIvE 1 Reply Last reply Reply Quote 0
                      • ExarKunIvE
                        ExarKunIv @jplank
                        last edited by

                        @jplank

                        sorry for the delay i dont get on the computer much when im at home, funny i know.

                        here is my onstart config

                        if [ "$2" = "ppsspp" ]
                        then
                        sudo killall > /dev/null 2>&1 xboxdrv
                        sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv > /dev/null 2>&1 \
                            --evdev /dev/input/event3 \
                        	--silent \
                        	--detach-kernel-driver \
                        	--force-feedback \
                        	--mimic-xpad \
                        	--dpad-as-button \
                        	--deadzone 4000 \
                        	--trigger-as-button \
                        	--evdev-no-grab \
                        	--evdev-absmap ABS_X=x1,ABS_Y=y1,ABS_Z=x2,ABS_RZ=y2,ABS_HAT0X=dpad_x,ABS_HAT0Y=dpad_y \
                        	--evdev-keymap KEY_#304=a,KEY_#305=b,KEY_#307=x,KEY_#308=y,KEY_#312=lt,KEY_#313=rt,KEY_#310=lb,KEY_#311=rb,KEY_#317=tl,KEY_#318=tr,KEY_#314=back,KEY_#315=start \
                        	--axismap -Y1=Y1,-Y2=Y2 \
                        	--ui-axismap x2=REL_X:10,y2=REL_Y:08 \
                        	--ui-buttonmap rt=BTN_LEFT,lt=BTN_RIGHT,start=KEY_ENTER,back=KEY_ESC,tl=KEY_SPACE,lb=KEY_E,a=KEY_SEMICOLON,b=KEY_SPACE,x=KEY_LEFTBRACE,y=KEY_RIGHTBRACE,tr=KEY_Y \
                        	--ui-buttonmap guide=void \
                        	--ui-axismap x1=KEY_LEFT:KEY_RIGHT,Y1=KEY_UP:KEY_DOWN  \
                        &
                        fi
                        

                        the controls need a little work i just put down a rough draft to get it working and i have not been back to get it perfect...

                        the onend is the same as what in the guide

                        #!/bin/sh
                        
                        sudo killall >/dev/null xboxdrv 
                        

                        RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                        RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                        Maintainer of RetroPie-Extra .

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.