• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

Retropie PSX Emulator only 1 controller works

Scheduled Pinned Locked Moved Help and Support
34 Posts 5 Posters 15.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.
  • E
    edmaul69 @alexis-puska
    last edited by 19 Jul 2016, 08:12

    @alexis-puska is it possible to make a post in here or somewhere so we know to get it? I am using the second to last version because of the analog issue. I am really excited about rumble support.

    1 Reply Last reply Reply Quote 0
    • A
      alexis-puska
      last edited by 19 Jul 2016, 12:08

      @edmaul69 said in Retropie PSX Emulator only 1 controller works:

      @alexis-puska is it possible to make a post in here or somewhere so we know to get it? I am using the second to last version because of the analog issue. I am really excited about rumble support.

      hi,
      For me i make some script to define the compilation variable and compile the emulator.
      The best way for you I think it's to edit the "lr-pcsx-rearmed.sh" script shell and reinstall the emulator.

      you can edit the line 22 : gitPullOrClone "$md_build" https://github.com/libretro/pcsx_rearmed.git

      you replace the url by : https://github.com/alexis-puska/pcsx_rearmed.git

      it's my repository with the last change for gamepad. and launch emulation station, go in retropie plateform, launch the retropie setup script and reinstall the emulator.

      1 Reply Last reply Reply Quote 1
      • D
        dankcushions Global Moderator
        last edited by 19 Jul 2016, 12:18

        be careful though. if you change any retropie script you will not be able to update retropie-setup via the script unless you revert or delete that file.

        1 Reply Last reply Reply Quote 1
        • A
          alexis-puska
          last edited by 19 Jul 2016, 12:51

          Yes, after your reinstall, revert this files. Dankushion is right, if you not revert this files you cannot update pcsx_rearmed with the last version and last update made by the community.
          In some major update of retropie for mine part, i reinstall and recreate my sdcard.

          1 Reply Last reply Reply Quote 0
          • M
            meleu
            last edited by meleu 20 Jul 2016, 10:30

            Hey guys. Let me complement the @alexis-puska tip:
            [EDIT: this is incomplete and unusable.]
            The best way for you is to copy the lr-pcsx-rearmed.sh script shell to another file, let's say lr-pcsx-rearmed-fixed.sh, and make the changes suggested by @alexis-puska . And then reinstall.

            It will let the original file untouched. ;-)

            • Useful topics
            • joystick-selection tool
            • rpie-art tool
            • achievements I made
            D 1 Reply Last reply 20 Jul 2016, 11:55 Reply Quote 0
            • D
              dankcushions Global Moderator @meleu
              last edited by 20 Jul 2016, 11:55

              @meleu then how would you launch the fixed version? :) by editing the existing .sh you can launch it via retropie-setup.sh as normal.

              M 1 Reply Last reply 20 Jul 2016, 12:26 Reply Quote 0
              • M
                meleu @dankcushions
                last edited by 20 Jul 2016, 12:26

                @dankcushions said in Retropie PSX Emulator only 1 controller works:

                @meleu then how would you launch the fixed version? :) by editing the existing .sh you can launch it via retropie-setup.sh as normal.

                Well, if the copied script is at RetroPie-Setup/scriptmodules/libretrocores/, as the original file, it will be launchable via retropie_setup too. BUT... I have to agree that my suggestion is incomplete, therefore unusable...

                The functions inside the copied script need to be renamed to match the file name... although this renaming process could be simple for a experienced sed or vim user, it's simpler to just follow your instructions (edit the URL and after the reinstall put back the libretro one).

                Sorry guys...

                • Useful topics
                • joystick-selection tool
                • rpie-art tool
                • achievements I made
                1 Reply Last reply Reply Quote 0
                • M
                  meleu
                  last edited by meleu 23 Jul 2016, 21:44

                  trying to repair my mistake... :-)

                  A simple module to install the @alexis-puska fixed version: https://raw.githubusercontent.com/meleu/RetroPie-Setup/master/scriptmodules/libretrocores/lr-pcsx-rearmed-puska.sh

                  [EDIT: the @alexis-puska Pull Request was merged! No need to use this anymore!!]

                  Installation method

                  wget -O ~/RetroPie-Setup/scriptmodules/libretrocores/lr-pcsx-rearmed-puska.sh \
                  https://raw.githubusercontent.com/meleu/RetroPie-Setup/master/scriptmodules/libretrocores/lr-pcsx-rearmed-puska.sh

                  Then, start retropie_setup.sh and go to Manage Packages -> exp -> lr-pcsx-rearmed-puska -> Install from source.

                  Benefits of this method

                  It installs the @alexis-puska version and let the original lr-pcsx-rearmed.sh untouched. It installs another emulator option for Playstation. Choose it in the runcommand menu.

                  Hope it helps!

                  • Useful topics
                  • joystick-selection tool
                  • rpie-art tool
                  • achievements I made
                  E 1 Reply Last reply 25 Jul 2016, 01:46 Reply Quote 0
                  • E
                    edmaul69 @meleu
                    last edited by 25 Jul 2016, 01:46

                    @meleu if i go to the website your file exist, but on the pi it says no such file exist when i use the commands above.

                    M 1 Reply Last reply 25 Jul 2016, 02:43 Reply Quote 0
                    • M
                      meleu @edmaul69
                      last edited by 25 Jul 2016, 02:43

                      @edmaul69 can you paste the error message?

                      • Useful topics
                      • joystick-selection tool
                      • rpie-art tool
                      • achievements I made
                      E 1 Reply Last reply 25 Jul 2016, 02:50 Reply Quote 0
                      • E
                        edmaul69 @meleu
                        last edited by edmaul69 25 Jul 2016, 02:50

                        @meleu said in Retropie PSX Emulator only 1 controller works:

                        @edmaul69 can you paste the error message?

                        it says no such file or directory

                        root@retropie:~# wget -O ~/RetroPie-Setup/scriptmodules/libretrocores/lr-pcsx-rearmed-puska.sh \ https://raw.githubusercontent.com/meleu/RetroPie-Setup/master/scriptmodules/libretrocores/lr-pcsx-rearmed-puska.sh
                        /root/RetroPie-Setup/scriptmodules/libretrocores/lr-pcsx-rearmed-puska.sh: No such file or directory
                        M 1 Reply Last reply 25 Jul 2016, 03:40 Reply Quote 0
                        • M
                          meleu @edmaul69
                          last edited by 25 Jul 2016, 03:40

                          @edmaul69 you are using the root user dude!!
                          You have to do it as the pi user!

                          • Useful topics
                          • joystick-selection tool
                          • rpie-art tool
                          • achievements I made
                          E 2 Replies Last reply 25 Jul 2016, 04:17 Reply Quote 1
                          • E
                            edmaul69 @meleu
                            last edited by 25 Jul 2016, 04:17

                            @meleu pi user. Check. :) i always log in as root.

                            1 Reply Last reply Reply Quote 0
                            • E
                              edmaul69 @meleu
                              last edited by 25 Jul 2016, 04:47

                              @meleu works! Thank you.

                              M 1 Reply Last reply 25 Jul 2016, 06:13 Reply Quote 1
                              • M
                                meleu @edmaul69
                                last edited by 25 Jul 2016, 06:13

                                @edmaul69 just to explain what went wrong:
                                The tilde ~ symbol means $HOME. Then, if you are root, your home directory is /root. And if you are pi, your home directory is /home/pi.
                                Do you get it?!

                                • Useful topics
                                • joystick-selection tool
                                • rpie-art tool
                                • achievements I made
                                E 1 Reply Last reply 25 Jul 2016, 06:40 Reply Quote 1
                                • E
                                  edmaul69 @meleu
                                  last edited by 25 Jul 2016, 06:40

                                  @meleu that would explain a lot. I always had to type out the directory i wanted because ~ did absolutely nothing for me. I always wondered why everyone has that but it never once worked for me.

                                  M 1 Reply Last reply 26 Jul 2016, 14:53 Reply Quote 1
                                  • M
                                    meleu @edmaul69
                                    last edited by meleu 26 Jul 2016, 14:53

                                    @edmaul69 The @alexis-puska Pull Request was merged!! You can uninstall the emulator installed with the lr-pcsx-rearmed-puska.sh.
                                    RetroPie-Setup -> Manage Packages -> exp -> lr-pcsx-rearmed-puska -> Remove

                                    I'm glad my script lived only 3 days but it was enough to make you understand that ~ means $HOME. :-)

                                    • Useful topics
                                    • joystick-selection tool
                                    • rpie-art tool
                                    • achievements I made
                                    E 1 Reply Last reply 26 Jul 2016, 15:01 Reply Quote 1
                                    • E
                                      edmaul69 @meleu
                                      last edited by 26 Jul 2016, 15:01

                                      @meleu and i am so glad to know to ssh into it as pi. Saves me the headache.

                                      1 Reply Last reply Reply Quote 1
                                      • A
                                        alexis-puska
                                        last edited by alexis-puska 26 Jul 2016, 15:18

                                        @edmaul69 Thank's to you for this work around with this script.

                                        E 1 Reply Last reply 26 Jul 2016, 19:03 Reply Quote 0
                                        • E
                                          edmaul69 @alexis-puska
                                          last edited by 26 Jul 2016, 19:03

                                          @alexis-puska that was @meleu that provided the workaround.

                                          1 Reply Last reply Reply Quote 0
                                          34 out of 34
                                          • First post
                                            34/34
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received