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

    Suggestions for ports

    Scheduled Pinned Locked Moved Ideas and Development
    portsports retropieideas
    483 Posts 35 Posters 243.6k 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.
    • retropieuser555R
      retropieuser555
      last edited by

      Hi all, this isn't a port as such I suppose, but I came across a discussion in here a few years ago about a lib core melonds

      https://retropie.org.uk/forum/topic/9777/new-libretro-core-for-nds-melonds

      I'm asking this in this topic as everyone seems to have an understanding on how to compile these.

      So the steps so far I got from here: https://github.com/libretro/melonDS

      I installed the dependancies ok, I make the build directory but cmake gives me an error, am I doing something wrong here that means I need to compile differently?

      Pi 5 4GB

      Retroflag GPI with raspberry pi zero 2 w/ wifi

      Retroachievements:- lovelessrapture

      V 1 Reply Last reply Reply Quote 0
      • V
        VictimRLSH @retropieuser555
        last edited by VictimRLSH

        @retropieuser555 What is the error message? Cloning the repository into your Home will create a directory that needs root permissions to modify, did you try sudo cmake.. ?

        System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

        retropieuser555R 1 Reply Last reply Reply Quote 0
        • retropieuser555R
          retropieuser555 @VictimRLSH
          last edited by retropieuser555

          @VictimRLSH

          pi@retropie:~/build $ cmake ..
          CMake Error: The source directory "/home/pi" does not appear to contain CMakeLists.txt.
          Specify --help for usage, or press the help button on the CMake GUI.
          pi@retropie:~/build $ 
          

          I think the instructions they have in the github don't mention cloning the .git of the program? I need to do that I guess?

          Apologies am a total noob with compiling manually.

          Edit:-

          I think I've gotten further I ran

          git clone https://github.com/libretro/melonDS.git
          

          Then managed to build it with sudo cmake. Thanks! So now that's a libcore sitting in the directory? How would I go about testing or using it to load content from? Aside from going into retroarch manually?

          Pi 5 4GB

          Retroflag GPI with raspberry pi zero 2 w/ wifi

          Retroachievements:- lovelessrapture

          V 1 Reply Last reply Reply Quote 0
          • V
            VictimRLSH @retropieuser555
            last edited by

            @retropieuser555 I have not tried any Libreto yet, don't know the install procedure.

            System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

            retropieuser555R 1 Reply Last reply Reply Quote 1
            • retropieuser555R
              retropieuser555 @VictimRLSH
              last edited by

              @VictimRLSH that's cool. Doing this gave me a melonDS file but I get the feeling I need to create a .so file somehow. Anyway, I guess someone must've managed it before as there's a thread about it 3 years ago.

              Pi 5 4GB

              Retroflag GPI with raspberry pi zero 2 w/ wifi

              Retroachievements:- lovelessrapture

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User
                last edited by

                How do you create a scriptmodule? I have gotten Super Mario 64 PC running through commands, and even created a .sh file for booting from emulation station, and would love to make a scriptmodule for it, but don't know how.

                1 Reply Last reply Reply Quote 3
                • retropieuser555R
                  retropieuser555
                  last edited by

                  I managed to compile the lr-melonDS core and getting it working the pi4. It's not too shabby but it doesn't play a lot of games and does have alot of slowdowns. I got perfect performance on Tetris DS and Phoenix Wright series. But anything 3d, mario 64, mario kart etc it doesn't handle it very well. But as an experiment it does work.

                  Pi 5 4GB

                  Retroflag GPI with raspberry pi zero 2 w/ wifi

                  Retroachievements:- lovelessrapture

                  1 Reply Last reply Reply Quote 0
                  • V
                    VictimRLSH
                    last edited by VictimRLSH

                    Got Stendhal working, was able to register a new account, create a character, and join the game.

                    No compilation is required, just start with java -jar stendhal-starter.jar

                    You need to create an account on the game site https://stendhalgame.org/ before logging in from the client. There seems to be many active players. Not sure if this one can be launched from Retropie, and would require KBM if so.

                    EDIT: Got Cosmoscroll running, a side-scrolling space shooter that is a bit like Gradius, but in addition to collecting drops to upgrade your weapons and shields, you can also buy upgrades from a shop between levels. Controller configured and a good candidate for a Retropie install script.

                    System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

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

                      @quicksilver well i finally got to try both OpenJKA and OpenJKO. on my pi3

                      they will not start. my guess it has something to do with the GL drivers. from looking at the runcommand log

                      i did look into the .cfg for it, but it does not launch so it does not make a cfg file to me to go into and change.

                      it was worth a shot, right

                      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 .

                      quicksilverQ 1 Reply Last reply Reply Quote 1
                      • quicksilverQ
                        quicksilver @ExarKunIv
                        last edited by

                        @ExarKunIv thanks for testing that out. I would bet that your probably right about it being an OpenGL related issue. I guess it's time to upgrade to a pi 4 now? ;)

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

                          @quicksilver and i did. i got it for my birthday. been messing with it on and off

                          i just have been focused on getting my pi3 working all the way. so i can just leave it under my tv and no longer have to worry about it.

                          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 1
                          • shavecatS
                            shavecat
                            last edited by

                            CaptainClaw / OpenClaw
                            https://github.com/pjasicek/OpenClaw

                            can someone help my install it ? :)

                            Z 1 Reply Last reply Reply Quote 0
                            • Z
                              zerojay @shavecat
                              last edited by

                              @shavecat said in Suggestions for ports:

                              CaptainClaw / OpenClaw
                              https://github.com/pjasicek/OpenClaw

                              can someone help my install it ? :)

                              What have you tried?

                              shavecatS 1 Reply Last reply Reply Quote 0
                              • shavecatS
                                shavecat @zerojay
                                last edited by

                                @zerojay
                                Dont know how to start or how :
                                Wish i could ...

                                V 1 Reply Last reply Reply Quote 0
                                • V
                                  VictimRLSH @shavecat
                                  last edited by

                                  @shavecat It has a CmakeList.txt file, did you try QT5 Creator?

                                  System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

                                  shavecatS 1 Reply Last reply Reply Quote 0
                                  • shavecatS
                                    shavecat @VictimRLSH
                                    last edited by

                                    @VictimRLSH
                                    No
                                    how do i do that ? :)

                                    V 1 Reply Last reply Reply Quote 0
                                    • V
                                      VictimRLSH @shavecat
                                      last edited by

                                      @shavecat From the Desktop, install Qt5 Creator using the Synaptic package manager. If you don't have that yet, install using sudo apt-get install synaptic

                                      Run Qt5 Creator from the Programming apps menu.
                                      Select Load Project from the pull down menu, then choose the CmakeList.txt file. When you load that in, it will see if you have the needed prerequisites to compile the projext. Choose Build. If it needs something, it will tell you under the Errors tab on the bottom.

                                      System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

                                      shavecatS 2 Replies Last reply Reply Quote 1
                                      • shavecatS
                                        shavecat @VictimRLSH
                                        last edited by

                                        @VictimRLSH
                                        Dont think i will make it work .
                                        but will try
                                        thanks :)

                                        1 Reply Last reply Reply Quote 0
                                        • shavecatS
                                          shavecat @tpo1990
                                          last edited by

                                          @tpo1990
                                          Any chance to get capatinclaw ruining on the pi4 plz ?<3

                                          ExarKunIvE tpo1990T 2 Replies Last reply Reply Quote 0
                                          • ExarKunIvE
                                            ExarKunIv @shavecat
                                            last edited by

                                            @shavecat it does, but till someone makes a script

                                            you have to read how to compile it yourself.
                                            i got it to work, but have not messed it much other then making sure it starts

                                            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 .

                                            shavecatS 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.