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

    Is Yabasanshiro emulator coming on retropie?

    Scheduled Pinned Locked Moved Help and Support
    sega saturnemulator
    362 Posts 37 Posters 388.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.
    • BuZzB
      BuZz administrators @barbudreadmon
      last edited by

      @barbudreadmon it wasn't really an example. It was a line or two of shader code with no context.

      If someone provided them with a snippet of code to show an issue and reported it to Mesa, it would be looked at.

      Btw the commercial arm (heh) of raspberry pi does the development. I have always found them to be good at sorting out issues when an issue can be properly illustrated.

      The bug with lr-yabasanshiro may not be an issue with the drivers at all. A proper bug report needs to be done.

      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

      1 Reply Last reply Reply Quote 1
      • DarksaviorD
        Darksavior
        last edited by

        I tried to build the latest version from devmiyax's repo. Failed. Ah, well. I don't know what I'm doing, just thought I'd try.

        B 1 Reply Last reply Reply Quote 0
        • B
          barbudreadmon @Darksavior
          last edited by

          @Darksavior said in Is Yabasanshiro emulator coming on retropie?:

          I tried to build the latest version from devmiyax's repo. Failed.

          i stopped maintaining the port on his repo after https://github.com/devmiyax/yabause/issues/630#issuecomment-547787501 , this conversation kinda pissed me off, especially with him releasing a switch version based on the lakka distro a few weeks later...

          FBNeo developer - github - forum

          1 Reply Last reply Reply Quote 0
          • M
            mechafatnick
            last edited by

            I tried Assault Suit Leynos 2 yesterday and the entire ground is missing. :)

            There's definitely some issues on the 2d side of things.

            1 Reply Last reply Reply Quote 0
            • G
              grant2258 Banned
              last edited by grant2258

              @Darksavior seems like there is a end to development on libretro on this port unless someone picks it up on there end. The only way to test would be by using standalone build. If that works well you can just request an update on the github page on libretro for someone to pick it up and hope for the best.

              ok ive made a patch not got any saturn roms but it compiles just apply this patch over the repo

              git clone https://github.com/devmiyax/yabause.git
              cd yabause/
              wget https://github.com/grant2258/yabause/raw/master/pi.patch
              git apply pi.patch
              cd yabause/src/libretro/
              make platform=armvneonhardfloat  -j4
              

              then copy the bin over no idea if this is enough just done the basics. I basically repaced the chd code to the libreto one not sure if this will cause issues loading or not hopefully it works

              B 1 Reply Last reply Reply Quote 1
              • B
                barbudreadmon @grant2258
                last edited by

                @grant2258 said in Is Yabasanshiro emulator coming on retropie?:

                If that works well you can just request an update on the github page on libretro for someone to pick it up and hope for the best.

                Ultimately i want someone to completely take over that core so that i can stop providing any kind of support for it, sending sync PR my way isn't gonna solve anything, i'll still be the guy getting asked for everything related to that core, including the dozens of regressions version 3.2 introduced.

                FBNeo developer - github - forum

                1 Reply Last reply Reply Quote 0
                • G
                  grant2258 Banned
                  last edited by grant2258

                  not sending anything your way you have made it clear your not updating this anymore. I just done a diff to his repo to get it to compile. Is just a patch for people to test out. Might not even work worth a try if not then well i tried. Like yourself dont really want to waste any time on it someone needs to maintain it libretro side ideally.

                  roslofR 1 Reply Last reply Reply Quote 0
                  • roslofR
                    roslof @grant2258
                    last edited by roslof

                    @grant2258 appreciate the effort here. Understood we're only tinkering.

                    Compiled for me. Launching a [previously working] .chd yields unsupported image in the logs. Boots, but only to Saturn BIOS screen. I'll try some non .chd files and see what I get.

                    [libretro ERROR] Yabause: Unsupported CD image!
                    [libretro ERROR] Yabause: Cannot initialize ISO-File Virtual Drive
                    

                    FWIW: I just added your patch to Buzz's lr-yabasanshiro script and built it that way:

                      isPlatform "rpi4" && applyPatch "$md_data/01_shader_hack_rpi4.diff"
                      isPlatform "rpi4" && applyPatch "$md_data/pi.patch"
                    

                    Not sure if I should have removed Buzz's shader tweak.
                    No worries though. Will play around more.

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      grant2258 Banned @roslof
                      last edited by grant2258

                      @roslof using a diff repo dont use the build scripts for this just type the commands at the command prompt. This is using pretty old libretro files its the latest ones mainline though

                      git clone https://github.com/devmiyax/yabause.git
                      cd yabause/
                      wget https://github.com/grant2258/yabause/raw/master/pi.patch
                      git apply pi.patch
                      cd yabause/src/libretro/
                      make platform=armvneonhardfloat  -j4
                      sudo cp yabasanshiro_libretro.so /opt/retropie/libretrocores/lr-yabause/yabause_libretro.so
                      

                      I downloaded shinobi gfx are flashing on teh libretro port for some reason but it is running i dont have a pi 4 though

                      roslofR DarksaviorD 2 Replies Last reply Reply Quote 1
                      • roslofR
                        roslof @grant2258
                        last edited by

                        @grant2258 as expected, that worked. Thank you! Evaluating...

                        1 Reply Last reply Reply Quote 0
                        • DarksaviorD
                          Darksavior @grant2258
                          last edited by Darksavior

                          @grant2258 No games seem to work. It boots to the disc menu. I tried a chd and bin\cue that originally worked. The screen is missing all textures. It also says it's version 2.5.1? I thought the new version was 3.2.

                          [libretro ERROR] Yabause: Unsupported CD image!
                          
                          [libretro ERROR] Yabause: Cannot initialize ISO-File Virtual Drive
                          
                          G 1 Reply Last reply Reply Quote 0
                          • G
                            grant2258 Banned @Darksavior
                            last edited by

                            @Darksavior remove the directory you have already with rm -rf yabause and try again. The 2.5.1 version displaying is because thats the last version libretro updated it with upstream.

                            edit fwiw i checked out the latest libretro code merged the latest branch changes the flashing is still there for me on linux64 on shinobi

                            DarksaviorD 1 Reply Last reply Reply Quote 0
                            • DarksaviorD
                              Darksavior @grant2258
                              last edited by

                              @grant2258 No change.

                              G 1 Reply Last reply Reply Quote 0
                              • G
                                grant2258 Banned @Darksavior
                                last edited by

                                @Darksavior not sure what your doing different from roslof it working for him.

                                There seems to be some confusion here in general the libretro port seems up to date you can merge the latest into the yabasanshiro branch on libretro 3.1 something. I get flashing in both though. So you can do it that way if you prefer

                                roslofR 1 Reply Last reply Reply Quote 0
                                • roslofR
                                  roslof @grant2258
                                  last edited by roslof

                                  @Darksavior your symptoms mirrored mine when I was using the .sh script. For it to work properly, with a clean build folder, I just followed the directions from grant2258 a few posts back.

                                  DarksaviorD 1 Reply Last reply Reply Quote 0
                                  • DarksaviorD
                                    Darksavior @roslof
                                    last edited by Darksavior

                                    @roslof I'm not using the .sh script. That's opening a can of worms and I have no dev experience. I'm using the directions grant posted. I have started over and since he didn't update his patch, my problem did not change. I delete the folder before starting over, obviously..
                                    @grant2258 Does it matter that I'm doing this through ssh?

                                    1 Reply Last reply Reply Quote 1
                                    • G
                                      grant2258 Banned
                                      last edited by

                                      its working for me and roslof so no idea what going wrong your end i would copy and past one line at a time to rule out any issues with that

                                      DarksaviorD 1 Reply Last reply Reply Quote 0
                                      • DarksaviorD
                                        Darksavior @grant2258
                                        last edited by

                                        @grant2258 I am pasting one line at a time. This like the 5th time I've tried. This error has always happened. Is this normal?

                                        root@retropie:/home/pi/yabause# git apply pi.patch
                                        pi.patch:10: trailing whitespace.
                                        
                                        pi.patch:153: trailing whitespace.
                                                // TOC[99] - Point A0 information
                                        pi.patch:768: trailing whitespace.
                                                if (ccd->dict == NULL)
                                        pi.patch:775: trailing whitespace.
                                                while (fgets(text, sizeof(text), ccd_fp) != NULL)
                                        pi.patch:782: trailing whitespace.
                                                        if (start[0] == '[')
                                        warning: squelched 12 whitespace errors
                                        warning: 17 lines add whitespace errors.
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • G
                                          grant2258 Banned
                                          last edited by

                                          nothing to worry about

                                          DarksaviorD 1 Reply Last reply Reply Quote 0
                                          • DarksaviorD
                                            Darksavior @grant2258
                                            last edited by

                                            @grant2258 Then I give up. It's fine. Just thought I could get 3.2's changes to try since it seems to fix some games according to the youtube update video.

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