• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login

lr-duckstation - Experimental new PlayStation 1 emulator

Scheduled Pinned Locked Moved Ideas and Development
duckstationlr-duckstationplaystationpsxps1
154 Posts 28 Posters 55.3k 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.
  • N
    nemo93
    last edited by nemo93 15 Jun 2021, 06:53

    @dankcushions so far I've tested ~550 games and it went very well as stated earlier. I've updated my first post with some findings but the emulator perfectly works (at least on pi4 - stock). I've deleted lr-PCSX-ReARMed from the system given all games play fullspeed and without glitches (except for the 1 or 2 games reported).

    I'm taking a 2-week break now. If you're interested I leave to your hands what I reported in my 1st post, if you want to report the "issues without fix" to the author please feel free to do so. I'd prefer somebody else to confirm these issues first to be 100% sure it's not my setup.

    Settings-wise I've used pretty much default values. As discussed the most important for now on pi4 is to be sure Renderer is "Software", "alsathread" has to be enabled (sorted as per your PR) and Apply Compatibility settings must be switched "ON". I've used mostly the Crop "All borders" which works 95% of the time. The remaining 5% are usually 2D games, FMVs or still images (loading screens) that will flicker. For these the Crop "only overscan" will do just fine. For max compatibility the Crop setting should be set on "none" so up to the users to decide what's best for their setup. I just set Log level to "none" instead of the default. Bios I've been using for the whole test session is "scph101.bin".

    To be fair lr-PCSX-ReARMed did also a pretty good job for many years (thanks to authors/maintainers) and still does but in term of stability, compatibility, sound and image quality lr-duckstation is superior on pi4.

    This emulator is really an amazing piece of software and I'm so glad to have a fully working PSX emu now. What's nice is there will be improvements hopefully soon when it'll be possible to fully rely on Vulkan/OpenGL backends. But even without it's so great to be able to play some old goodies exactly the way they were back in the days :-)

    1 Reply Last reply Reply Quote 6
    • S
      stoo
      last edited by 15 Jun 2021, 16:26

      The only thing I'm really missing from lr-PCSX-ReARMed is the internal FPS counter that shows the actual FPS rate from the emulated GTE. It's good for seeing whether a CPU overclock helps stabilise the framerate in certain games. Apart from that, lr-duckstation is a clear winner. I look forward to the day the accelerated graphics options are really usable on the Pi4.

      1 Reply Last reply Reply Quote 1
      • C
        Cornervizion
        last edited by Cornervizion 15 Jun 2021, 17:53

        @dankcushions Thank you and the RetroPie team for finally providing this build after so much waiting...

        I'm having a great time seeing games like "Jumping Flash 2", "Tobal 2", "Airgrave" and "Tomba 2" work perfectly for the first time since I started using RetroPie back on the Pi2 in 2015.

        Keep up the great work. 👍

        1 Reply Last reply Reply Quote 1
        • M
          MrPacMan17
          last edited by MrPacMan17 16 Jun 2021, 21:00

          Hi all.

          I followed all the steps but it doesn't work for me. I am just thrown back to ES. No matter what I do.

          I run Retropie 4.7.1 on a HP laptop running Xubuntu. See pastebin for the verbose log of Run Command: https://pastebin.com/vQ5pLxqm

          My guess is that hardware rendering is tried which doesn't work. But since no ROM is started I can't get in to the RGUI of lr-duckstation and change it. I already tried to manually edit the config file but I don't know the proper syntax nor what file to edit manually.

          Any advice is welcome, many thanks in advance.

          D 1 Reply Last reply 16 Jun 2021, 22:06 Reply Quote 1
          • D
            dankcushions Global Moderator @MrPacMan17
            last edited by 16 Jun 2021, 22:06

            @mrpacman17 try forcing software mode by editing file /opt/retropie/configs/all/retroarch-core-options.cfg

            replace line

            duckstation_GPU.Renderer = "OpenGL"
            

            with

            duckstation_GPU.Renderer = "Software"
            
            M 1 Reply Last reply 17 Jun 2021, 12:25 Reply Quote 1
            • D
              dankcushions Global Moderator
              last edited by 16 Jun 2021, 22:14

              @nemo93 @Genos98 et al

              do you have any particular examples which slowdown with the default hardware (OpenGL) renderer on pi4? ideally with a way i can quickly verify them.

              in lieu of vulkan i can be tempted to make software the default renderer for pi4 (and pi2 and 3?), but i haven't seen any performance issues in my (limited) testing of the default hardware renderer - open to ideas!

              i note that a few of the PGXP enhancements are on by default - i'm not sure if they are applicable to software mode, but if they're not i would be tempted to turn those off by default if i can provide full performance.

              S N 2 Replies Last reply 17 Jun 2021, 12:36 Reply Quote 1
              • M
                MrPacMan17 @dankcushions
                last edited by 17 Jun 2021, 12:25

                @dankcushions Hi there.

                Thanks for the advice but it doesn't work :(. What is strange that the file you mentioned contains NO other entries for Duckstation what so ever.

                See pastebin for the verbose log of Runcommand: https://pastebin.com/LXzAgGwS

                And pastebin for the retroarch-core-options.cfg: https://pastebin.com/e8p3jr7E

                Guess something is not okay here. And thanks a lot for your help here, much appreciated.

                S D 2 Replies Last reply 17 Jun 2021, 12:37 Reply Quote 1
                • S
                  stoo @dankcushions
                  last edited by stoo 17 Jun 2021, 12:36

                  @dankcushions I've tested a handful of games on the Pi4 (arm 2000/v3d 700) and found:

                  OpenGL
                  All tested games seem to run full speed at 1x native with or without PGXP enhancements tested more and it seems PGXP can cause slowdown in certain scenes. It's not terrible, but it's definitely there.
                  1x native with any form of antialiasing introduces slowdown in certain scenes, with or without PGXP.
                  2x native and higher introduces slowdown
                  Some of the time the emulator fails to initialise the OpenGL renderer, simply trying a second time with identical settings seems to fix it.

                  Vulkan
                  AFAIK, Vulkan is not officially available in RetroPie yet, at least on RPi platforms.
                  [ERROR] Requesting Vulkan context, but RetroArch is not compiled against Vulkan. Cannot use HW context.

                  Software
                  Everything seems to run full speed.
                  Scaling, antialiasing and PGXP are not available in software.

                  D 1 Reply Last reply 17 Jun 2021, 12:49 Reply Quote 1
                  • S
                    stoo @MrPacMan17
                    last edited by 17 Jun 2021, 12:37

                    @mrpacman17 Turn on logging in retroarch and post that log. Settings - Logging - Log to file.

                    Logs should appear here:

                    /opt/retropie/configs/all/retroarch/logs

                    M 1 Reply Last reply 17 Jun 2021, 16:48 Reply Quote 1
                    • D
                      dankcushions Global Moderator @MrPacMan17
                      last edited by 17 Jun 2021, 12:47

                      @mrpacman17 can you please show your config files:
                      /opt/retropie/configs/all/retroarch.cfg
                      /opt/retropie/configs/psx/retroarch.cfg

                      M 1 Reply Last reply 17 Jun 2021, 16:44 Reply Quote 1
                      • D
                        dankcushions Global Moderator @stoo
                        last edited by 17 Jun 2021, 12:49

                        @stoo said in lr-duckstation - Experimental new PlayStation 1 emulator:

                        Vulkan
                        AFAIK, Vulkan is not officially available in RetroPie yet, at least on RPi platforms.
                        [ERROR] Requesting Vulkan context, but RetroArch is not compiled against Vulkan. Cannot use HW context.

                        that's right - it's nether included in raspi pi OS yet, nor does retropie compile retroarch for vulkan on pi platforms

                        1 Reply Last reply Reply Quote 1
                        • M
                          MrPacMan17 @dankcushions
                          last edited by 17 Jun 2021, 16:44

                          @dankcushions Hi there.

                          See here: From ALL folder: https://pastebin.com/VAHGAUQk
                          From PSX folder: https://pastebin.com/yJqykEM0

                          Cheers,
                          Marnix

                          D 1 Reply Last reply 17 Jun 2021, 17:02 Reply Quote 1
                          • M
                            MrPacMan17 @stoo
                            last edited by 17 Jun 2021, 16:48

                            @stoo Hi there. Thanks a lot for your efforts, much appreciated. Please see here: https://pastebin.com/mNe4uETa

                            1 Reply Last reply Reply Quote 1
                            • D
                              dankcushions Global Moderator @MrPacMan17
                              last edited by 17 Jun 2021, 17:02

                              @mrpacman17 said in lr-duckstation - Experimental new PlayStation 1 emulator:

                              @dankcushions Hi there.

                              See here: From ALL folder: https://pastebin.com/VAHGAUQk

                              this is a non-default config, unfortunately. i would reset it by updating retroarch, which will generate a retroarch.cfg.rp-dist default file in th same folder. delete/rename your old retroarch.cfg and then rename retroarch.cfg.rp-dist to retroarch.cfg

                              that said, the line i was curious about is

                              video_driver = "gl"
                              

                              try instead with

                              video_driver = "glcore"
                              

                              From PSX folder: https://pastebin.com/yJqykEM0

                              looks fine

                              M 2 Replies Last reply 17 Jun 2021, 17:08 Reply Quote 1
                              • M
                                MrPacMan17 @dankcushions
                                last edited by 17 Jun 2021, 17:08

                                @dankcushions Thank you, will do as advised. Many thanks again for your hard work and time.

                                1 Reply Last reply Reply Quote 2
                                • M
                                  MrPacMan17 @dankcushions
                                  last edited by 17 Jun 2021, 18:26

                                  @dankcushions I did as requested. The file is default now and I changed the videodriver to glcore as requested. But the issue persists, see Runcommand log: https://pastebin.com/YcmcpvLM

                                  M D 2 Replies Last reply 17 Jun 2021, 18:33 Reply Quote 1
                                  • M
                                    mitu Global Moderator @MrPacMan17
                                    last edited by 17 Jun 2021, 18:33

                                    @mrpacman17 glcore is not supported on a Pi4. Use gl as the video driver. Also, RetroPie doesn't support running it in a desktop session on a Pi, you should run it outside the desktop environment.

                                    M 1 Reply Last reply 17 Jun 2021, 18:38 Reply Quote 1
                                    • M
                                      MrPacMan17 @mitu
                                      last edited by 17 Jun 2021, 18:38

                                      @mitu I am running Xubuntu on an HP laptop (ProBook 6550B). I did as adviced but still the same issue is at play.

                                      M 1 Reply Last reply 17 Jun 2021, 18:40 Reply Quote 1
                                      • M
                                        mitu Global Moderator @MrPacMan17
                                        last edited by 17 Jun 2021, 18:40

                                        @mrpacman17 said in lr-duckstation - Experimental new PlayStation 1 emulator:

                                        ProBook 6550B

                                        I see, even this way glcore would not work. According to HP's spec page, the GPU included doesn't support OpenGL 3.3, which is needed for glcore.

                                        M 1 Reply Last reply 17 Jun 2021, 18:44 Reply Quote 1
                                        • M
                                          MrPacMan17 @mitu
                                          last edited by 17 Jun 2021, 18:44

                                          @mitu Okay, video is set back to GL. Still no luck though. I am doing something wrong but I don't know what. Sorry for my basic level of understanding here.

                                          M 1 Reply Last reply 17 Jun 2021, 18:46 Reply Quote 1
                                          57 out of 154
                                          • First post
                                            57/154
                                            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