-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruffle / Flash support #666
Comments
The good news is that ruffle works native in browsers already. That said, I do this this is a good idea, though they do not have a Flatpak or appimage right now. I can try getting the binary to work, though there appears to be an open issue for a flatpak ruffle-rs/ruffle#9220 |
Unfortunately the binary currently does not work due to missing libraries in SteamOS: ./ruffle: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory |
Does steamos not have openssl installed? That's seems weird. Or maybe not that version? |
From my experience building many different emulator binaries on Linux, openssl is notorious for being super picky about versions and such, so I am not shocked. We likely will need to wait for an appimage or flatpak or use the web version. |
I created a proof of concept for Ruffle. I could not test the changes. If someone could take a look. Instead of compiling the source, I download the daily release of ruffle, untar the executable and create the config files. |
I don't know if this is in scope for this project, but I recently discovered that Flash emulation is a thing that exists. It would be cool if this was integrated into EmuDeck so I don't have to set it up myself. SteamRomManager / SteamGridDB probably doesn't have a section for this so not sure how metadata would work.
The text was updated successfully, but these errors were encountered: