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

    UAE4ARM

    Scheduled Pinned Locked Moved Help and Support
    uae4armipfcapsimg.so
    6 Posts 3 Posters 815 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.
    • H
      hermit
      last edited by

      I wanted to know if it is possible to set up the compilation of UAE4ARm so that it directly generates the capsimg.so file, which is required for the emulation of the IPF roms.
      here is a guide for Amiberry, also valid for UAE4ARM

      https://github.com/midwan/amiberry/wiki/Enabling-IPF-support

      or modify it so that it does not delete this file during the update phase; every time I have to regenerate it :(
      thanks a lot :)

      p.s. I do not know if this is the right place for requests ...

      1 Reply Last reply Reply Quote 0
      • H
        hermit
        last edited by

        Is it not possible to avoid deleting the capsimg.so file? thank you

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

          @hermit I don't think it's even built by default in RetroPie. The capsimage library it's installed though as dependency when installing the hatari emulator.
          I'm not sure if amiberry can load it if found. If you install hatari, you can find a libcapsimage.so.5.1 file in /opt/retropie/emulators/hatari.

          1 Reply Last reply Reply Quote 0
          • H
            hermit
            last edited by

            no, but it can be obtained from the capsimg folder
            https://github.com/Chips-fr/uae4arm-rpi/

            the procedure (if it may be of interest) :
            copy the capsimg folder to /opt/retropie/emulators/uae4arm/
            cd /opt/retropie/emulators/uae4arm/capsimg
            chmod u+x bootstrap
            ./bootstrap
            ./configure
            make -j 4
            finally move the capsimg.so file into /opt/retropie/emulators/uae4arm/

            EfriimE 1 Reply Last reply Reply Quote 0
            • EfriimE
              Efriim @hermit
              last edited by Efriim

              @hermit
              I don't know about the capsimg.so, but to break down the steps of the install.

              sudo $HOME/RetroPie-Setup/retropie_packages.sh uae4arm sources
              sudo $HOME/RetroPie-Setup/retropie_packages.sh uae4arm build
              sudo $HOME/RetroPie-Setup/retropie_packages.sh uae4arm install
              sudo $HOME/RetroPie-Setup/retropie_packages.sh uae4arm configure
              

              you could also set the immutable attribute on the file so that it wont be deleted by the install step of UAE4ARM

              sudo chattr +i /opt/retropie/emulators/uae4arm/capsimg.so
              
              1 Reply Last reply Reply Quote 1
              • H
                hermit
                last edited by

                @Efriim perfect, it works! thank you

                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.