The last time I tried emulation on a desktop PC, whether it was Windows or Linux, I had to install each emulator separately. It was a bit of a mess.

On my Steam Deck, Emudeck made it stupid easy. Retroarch wasn’t terrible, but was a bit more irritating and buggy for me to get working. Either way, it had a bunch of emulators all in one spot so I didn’t have to go hunting for a ton of them. Are there solutions like this for Linux as well now? What about for Windows or something like a RetroPIE?

  • Daniel Quinn
    link
    fedilink
    English
    83 months ago

    I think Emudeck is available as a Flatpak, so you should be able to install it on your desktop too.

    • @baduhai
      link
      English
      14
      edit-2
      3 months ago

      It is not, you may be confusing it with retrodeck, which is solely distributed as a flatpak.

      • Daniel Quinn
        link
        fedilink
        English
        -13 months ago

        Oh really? Boo.

        Retrodeck looks good, but the recommended install instructions were just too nutty for me: curl https://... | bash is not ok.

          • Daniel Quinn
            link
            fedilink
            English
            13 months ago

            Well that looks promising. Last time I looked into it, I was put off by a shell script that called sudo, but if it’s bound to a Flatpak, I can work with that.

        • amigan
          link
          fedilink
          English
          03 months ago

          You…can just download the script and inspect it yourself before running. This cargo cult “security” advice needs to stop.

          • Daniel Quinn
            link
            fedilink
            English
            2
            edit-2
            3 months ago

            I did just that. It’s not about security. It’s about messing with my machine’s setup. I don’t want to run a bunch of rando commands that might mess with how my actual package manager manages my system.

            • amigan
              link
              fedilink
              English
              2
              edit-2
              3 months ago

              This is quite fair, and I agree. I just hear far too often people rejecting running scripts out of hand because sOmEoNe sAiD pIpE iT tO tHe sHeLL. Usually such scripts are just using the package manager anyway.