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

    LR-PPSSPP Build Issue on RetroPie Update (XU4 Build - RP 4.4.15)

    Scheduled Pinned Locked Moved Help and Support
    xu4lr-ppsspp
    22 Posts 2 Posters 4.8k 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.
    • S
      ScottyPsArcade @mitu
      last edited by

      @mitu I’ve never used LR-Reicast, I was using just the standard Reicast. Is there anything available for the XU4 to be used (or workaround) to play Dreamcast ROMs? Even if it’s not approved...

      mituM 1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @ScottyPsArcade
        last edited by

        @ScottyPsArcade said in LR-PPSSPP Build Issue on RetroPie Update (XU4 Build - RP 4.4.15):

        @mitu I’ve never used LR-Reicast, I was using just the standard Reicast.

        That's weird, because I don't think Naomi/Atomiswave are supported by standalone Reicast.

        Is there anything available for the XU4 to be used (or workaround) to play Dreamcast ROMs? Even if it’s not approved...

        What version of RetroPie are you using now ? You haven't of added any details about your system - as asked in https://retropie.org.uk/forum/topic/3/read-this-first.

        For other systems that support the Odroid better - and might support lr-flycast - try Batocera, Recalbox or RetroArena.

        S 2 Replies Last reply Reply Quote 0
        • S
          ScottyPsArcade @mitu
          last edited by

          @mitu The version was already added in the Title (should it not be there?) unless there's another name or version somewhere, if so let me know where to look.

          My new setup, I'm using RetroPie 4.4.15 on an XU4. I wanted to build my own from scratch as I love the openness of direct RetroPie.
          Batocera, Recalbox and RetroArena have way to many things locked down, it's difficult to do much especially when you're trying to learn as well.

          I believe my previous build was a RetroPie 4.3.9 but I'll let you know when I get back home and it may have been an ORA (before RetroArena)

          mituM 1 Reply Last reply Reply Quote 0
          • S
            ScottyPsArcade @mitu
            last edited by

            @mitu So all in all, do you think there might be a way to install either LR-Reicast or LR-Flycast (knowing there might be issues) on my XU4? (LR versions, since I think that's what I'm going to need with NAOMI)

            Like I said. I don't mind if it hasn't been tested...

            1 Reply Last reply Reply Quote 0
            • mituM
              mitu Global Moderator @ScottyPsArcade
              last edited by

              @ScottyPsArcade said in LR-PPSSPP Build Issue on RetroPie Update (XU4 Build - RP 4.4.15):

              The version was already added in the Title (should it not be there?) unless there's another name or version somewhere, if so let me know where to look.

              I wasn't referring to the version you're trying to install, but the one you said you have a working Reicast.

              I believe my previous build was a RetroPie 4.3.9 but I'll let you know when I get back home and it may have been an ORA (before RetroArena)

              Most likely you are using an ORA image.

              So all in all, do you think there might be a way to install either LR-Reicast or LR-Flycast (knowing there might be issues) on my XU4?

              Not without modifying the scriptmodule in RetroPie.

              mituM S 2 Replies Last reply Reply Quote 0
              • S
                ScottyPsArcade
                last edited by ScottyPsArcade

                Direct Reply...

                1 Reply Last reply Reply Quote 0
                • mituM
                  mitu Global Moderator @mitu
                  last edited by

                  @mitu said in LR-PPSSPP Build Issue on RetroPie Update (XU4 Build - RP 4.4.15):

                  Not without modifying the scriptmodule in RetroPie.

                  In addition to the removal of the !mali flag, try replacing the build_lr-flycast function with:

                  function build_lr-flycast() {
                      make clean
                      if isPlatform "rpi"; then
                          # MAKEFLAGS replace removes any distcc from path, as it segfaults with cross compiler and lto
                          MAKEFLAGS="${MAKEFLAGS/\/usr\/lib\/distcc:/}" make platform=rpi
                      elif isPlatform "odroid-xu" then
                          make platform=odroid BOARD="ODROID-XU3" ARCH=arm
                      else
                          make
                      fi
                      md_ret_require="$md_build/flycast_libretro.so"
                  }
                  

                  and try re-installing from source.

                  S 2 Replies Last reply Reply Quote 0
                  • S
                    ScottyPsArcade @mitu
                    last edited by

                    @mitu I know to remove "!Mali" from rp_flags but what else can I try as that didn't work (seen previously in pastebin) within the scriptmodule.

                    I will also add RP version on any previous build statements. Sorry about that.

                    Thanks for all the help!

                    1 Reply Last reply Reply Quote 0
                    • S
                      ScottyPsArcade @mitu
                      last edited by

                      @mitu XU3 or XU4? I know it's a XU4 but for coding it might be XU3. I just want to confirm

                      1 Reply Last reply Reply Quote 0
                      • S
                        ScottyPsArcade @mitu
                        last edited by

                        @mitu :(
                        LR-Flycast with new script - https://pastebin.com/3z2AY13X
                        LR-PPSPP with GLES Fixes - https://pastebin.com/QF1JXpkS

                        1 Reply Last reply Reply Quote 0
                        • mituM
                          mitu Global Moderator
                          last edited by

                          Well, that was kind of expected (for lr-ppsspp), without a board to test, it's hard to make this work by just trying compile options.

                          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.