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

    MKDD Tint Issue RPI5

    Scheduled Pinned Locked Moved Help and Support
    lr-dolphinmkdddoubledashvulkandrivers
    174 Posts 10 Posters 37.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.
    • G
      gvx64 @TPR
      last edited by gvx64

      @TPR said in MKDD Tint Issue RPI5:

      Yes and I can see the pointer pop up for a fraction of a second sometimes but then goes away again.

      OK, can you please try launching your configure hotkeys interface using the following command from the bash terminal instead:

      sudo xinit /opt/retropie/emulators/dolphin-rpi/bin/dolphin-emu-qt2 -u /home/pi/DolphinConfig5.0/
      

      All I am trying to do is to get you access to this interface so you can setup your hotkeys and then exit. Again, please try moving your mouse around when it first loads. You don't need to be able to launch games or do anything else from inside this interface.

      Please let me know if this works better.

      TPRT 1 Reply Last reply Reply Quote 0
      • sugarfreeS
        sugarfree
        last edited by

        I haven't found time to test the latest version, so I would like to ask if it supports .m3u files and auto swapping of the disks?

        G 1 Reply Last reply Reply Quote 0
        • G
          gvx64 @sugarfree
          last edited by gvx64

          @sugarfree m3u (multi-disc) support was added to dolphin in 5.0-9343 (https://dolphin-emu.org/download/dev/1d3e3de44b177eb7bdd07a02afefb83ac9ba5812/ - committed on January 15, 2019). That was about 1.5 years after the commit date for 5.0-4544. So no, dolphin-rpi does not support m3u files at this time.

          I might be able to roll the code forward to implement m3u support. Personally, I always found it pretty easy just to swap ISO's the old-fashioned way. That said, if you would like to have .m3u functionality, I will try to add it. Multi-disc support is potentially relevant for RE4 which is one of the games that currently requires this fork of 5.0-4544 on the Pi.

          Note that I am currently working on improving RVZ support that I previously introduced. I have discovered that certain Wii RVZ files like The Last Story will not open with the current level of rvz support that I have added to this fork. I need to roll the code ahead further. I would like to fix this issue because I would like to implement the following patch for The Last Story in dolphin-rpi:

          https://github.com/mimimi085181/dolphin/commit/4798448cbf6b1c6dab4c82133bcae447b640b0f5#diff-47b51c8ee279a2240221fc346fbd6321c8ac041fd729583f315c0c1bd85096d7R1162

          This patch effectively doubles the performance of The Last Story and I can confirm that it brings this game to the cusp of playability even on an aggressively overclocked Pi4. I believe that this patch will do wonders on a Pi5. I can't get this patch to work properly on current builds of dolphin as the code has changed too much but 5.0-4544 just so happens to be from the same vintage as the commit that this patch was originally forked from.

          The only problem is that I need to figure out why The Last Story RVZ file will not open. The ISO is 8.5GB and so I know that people will definitely want to be able to play this game in RVZ format. I am hoping that I can find a solution to this problem.

          TPRT 1 Reply Last reply Reply Quote 1
          • DTEAMD
            DTEAM @TPR
            last edited by DTEAM

            @gvx64

            In the updated @sugarfree
            post, this line is missing:

            mv dolphin-emu-qt2 /opt/retropie/emulators/dolphin-rpi/bin/
            

            I also added (optionnal) :

            addSystem "wiiware"
            
            1 Reply Last reply Reply Quote 0
            • TPRT
              TPR @gvx64
              last edited by

              @gvx64 said in MKDD Tint Issue RPI5:

              @TPR said in MKDD Tint Issue RPI5:

              Yes and I can see the pointer pop up for a fraction of a second sometimes but then goes away again.

              OK, can you please try launching your configure hotkeys interface using the following command from the bash terminal instead:

              sudo xinit /opt/retropie/emulators/dolphin-rpi/bin/dolphin-emu-qt2 -u /home/pi/DolphinConfig5.0/
              

              All I am trying to do is to get you access to this interface so you can setup your hotkeys and then exit. Again, please try moving your mouse around when it first loads. You don't need to be able to launch games or do anything else from inside this interface.

              Please let me know if this works better.

              That worked! Thank you!

              TPRT 1 Reply Last reply Reply Quote 1
              • TPRT
                TPR @TPR
                last edited by

                Question for all of you who know this stuff better than I do....

                Do we ever think that Dolphin will have the ability to auto-detect a controller like Aethersx2 or retroarch does?

                I have an XBOX 360, PS2, and an 8Bitdo controller that I like to swap between depending on the game and every time I swap on Dolphin I have to go into the backend and re-configure or at least tell the emulator what controller I currently have plugged in.

                It just gets annoying to have to load up the backend every time I want to load a game. (I load games from ES, not from Dolphin. It's just a personal preference.)

                Is there any way to have Dolphin auto-detect a controller or is it just not a feature of that core?

                G retropieuser555R DTEAMD 3 Replies Last reply Reply Quote 0
                • G
                  gvx64 @TPR
                  last edited by

                  @TPR I am really glad that it worked. Let me know if you need any other assistance for getting your hotkeys configured properly.

                  I don't know how to make dolphin auto-detect gamepads but I think that it would be very doable for you to setup multiple emulator cores in ES that each point to different configuration directories where each config directory contains a config file that defaults to a different gamepad (e.g. dolphin-rpi-XBOX, dolphin-rpi-PS2 and dolphin-rpi-8Bitdo cores). You then wouldn't have to manually change anything, just select the core that you want to use depending on the gamepad that you are using.

                  The one challenge with this method is that you would have different save files for each core but if you are willing to try creating symbolic links I think that it might work where you would be able to share save files between the three emulator cores.

                  It's going to involve some Linux shell commands, but if you are interested in giving it a try I can post some instructions on how to do this over the next couple of days when I have time.

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

                    @TPR regarding automapping you can attempt my script but I can't test it with many controllers as I only own 8bitdo ones so YMMV

                    https://github.com/RetroPie/RetroPie-Setup/pull/3969

                    Although if you make a profile for your controller how you like it, the script will realise it exists and just use that one, rather than overwriting it, so you could set all your controllers up as profiles then whichever you have connected would be used for that session, similar to mupen64plus

                    Pi 5 4GB

                    Retroflag GPI with raspberry pi zero 2 w/ wifi

                    Retroachievements:- lovelessrapture

                    TPRT 5 Replies Last reply Reply Quote 0
                    • DTEAMD
                      DTEAM @TPR
                      last edited by

                      @TPR

                      Hi @TPR , are you able to save?

                      TPRT 1 Reply Last reply Reply Quote 0
                      • TPRT
                        TPR @retropieuser555
                        last edited by TPR

                        @retropieuser555 said in MKDD Tint Issue RPI5:

                        @TPR regarding automapping you can attempt my script but I can't test it with many controllers as I only own 8bitdo ones so YMMV

                        https://github.com/RetroPie/RetroPie-Setup/pull/3969

                        Although if you make a profile for your controller how you like it, the script will realise it exists and just use that one, rather than overwriting it, so you could set all your controllers up as profiles then whichever you have connected would be used for that session, similar to mupen64plus

                        Ooh! This is very interesting! I will give this a try this weekend! Where do I need to put that dolphin.sh file to make it work?

                        1 Reply Last reply Reply Quote 0
                        • TPRT
                          TPR @DTEAM
                          last edited by

                          @DTEAM Save what?

                          DTEAMD 1 Reply Last reply Reply Quote 0
                          • DTEAMD
                            DTEAM @TPR
                            last edited by

                            @TPR

                            To save your games with hotkeys (save and load options) and also inside the game with the slot A or B.

                            DTEAMD 1 Reply Last reply Reply Quote 0
                            • DTEAMD
                              DTEAM @DTEAM
                              last edited by

                              @TPR

                              Now it's ok, I had a permission issue with the main folder DolphinConfig5.0 and the script. I created the main folder before the instalation with no restriction and now it works fine. I don't know why the script did that.

                              TPRT 1 Reply Last reply Reply Quote 1
                              • TPRT
                                TPR @DTEAM
                                last edited by

                                @DTEAM said in MKDD Tint Issue RPI5:

                                @TPR

                                Now it's ok, I had a permission issue with the main folder DolphinConfig5.0 and the script. I created the main folder before the instalation with no restriction and now it works fine. I don't know why the script did that.

                                Oh. Cool. Good to know. I got distracted so I wasn't able to test that.

                                1 Reply Last reply Reply Quote 1
                                • G
                                  gvx64
                                  last edited by gvx64

                                  I just wanted to advise that I have updated the dolphin-rpi build to correct a segmentation fault that occurs when opening Wii .rvz files. I also implemented a speedhack for the Last Story (https://github.com/mimimi085181/dolphin) that allows EFBToTextureEnable to be turned on without causing rendering issues and which should approximately double the framerate.

                                  @DTEAM I will try to update the install script so that it grants full permissions to the save and config folders during install.

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

                                    @gvx64 is the speedhack Last Story specific? Or works on other titles as well?

                                    Pi 5 4GB

                                    Retroflag GPI with raspberry pi zero 2 w/ wifi

                                    Retroachievements:- lovelessrapture

                                    G 1 Reply Last reply Reply Quote 0
                                    • G
                                      gvx64 @retropieuser555
                                      last edited by gvx64

                                      @retropieuser555 Right now, it's Last Story-specific. I hardcoded the hack in a conditional statement that looks for the presence of "SLS" in the game id (The Last Story's game id).

                                      The hack fixes the invisible clothing problem when the EFBToTextureEnable setting is turned on when playing the Last Story where all you can see are floating heads of characters (the speedup comes from being able to leave EFBToTextureEnable turned on without having rendering problems). Let me know if you come across other games that have graphical glitches due to EFBToTextureEnable = true. If you see this problem come up in other games, and it turns out that this hack can fix it, I can create a more general solution such as an option for the game-specific ini file that can activate the hack.

                                      1 Reply Last reply Reply Quote 0
                                      • TPRT
                                        TPR @retropieuser555
                                        last edited by TPR

                                        @retropieuser555 said in MKDD Tint Issue RPI5:

                                        @TPR regarding automapping you can attempt my script but I can't test it with many controllers as I only own 8bitdo ones so YMMV

                                        https://github.com/RetroPie/RetroPie-Setup/pull/3969

                                        Although if you make a profile for your controller how you like it, the script will realise it exists and just use that one, rather than overwriting it, so you could set all your controllers up as profiles then whichever you have connected would be used for that session, similar to mupen64plus

                                        I'm just finally getting back around to this now. Where do I need to put that dolphin.sh at and how do I make this work? I dropped it into:
                                        RetroPie-Setup/scriptmodules/emulators/dolphin/dolphin.sh

                                        But I don't see where this tool shows up in my RetroPie-Setup.

                                        Also, which one of these commits should I be using?
                                        https://github.com/RetroPie/RetroPie-Setup/pull/3969/commits

                                        1 Reply Last reply Reply Quote 0
                                        • TPRT
                                          TPR @retropieuser555
                                          last edited by

                                          @retropieuser555 said in MKDD Tint Issue RPI5:

                                          @TPR regarding automapping you can attempt my script but I can't test it with many controllers as I only own 8bitdo ones so YMMV

                                          https://github.com/RetroPie/RetroPie-Setup/pull/3969

                                          Although if you make a profile for your controller how you like it, the script will realise it exists and just use that one, rather than overwriting it, so you could set all your controllers up as profiles then whichever you have connected would be used for that session, similar to mupen64plus

                                          OK so update... I grabbed all three of those dolphin.sh files and put them in the appropriate folders and then I re-installed dolphin and now every time I load, I get the following error:

                                          470053519_592531169942706_2698223824347929855_n.jpg
                                          462646567_1114501913509909_537112229780034214_n.jpg

                                          1 Reply Last reply Reply Quote 0
                                          • TPRT
                                            TPR @retropieuser555
                                            last edited by

                                            @retropieuser555 Any ideas what I might be doing wrong here?

                                            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.