Skip to content
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

Allow passing ROM as parameter on the Flatpak version? #150

Closed
Viktini opened this issue Jun 8, 2022 · 3 comments
Closed

Allow passing ROM as parameter on the Flatpak version? #150

Viktini opened this issue Jun 8, 2022 · 3 comments

Comments

@Viktini
Copy link

Viktini commented Jun 8, 2022

I've been trying to set up some of my libraries on my Steam Deck and it'd be nice if Mednaffe, or at least the Flatpak version, can simply be passed a ROM file as a parameter that can skip the UI and go to Mednafen directly. This would work for frontends like EmulationStation which can directly load emulators in an organised UI, or utilities like Steam ROM Manager that lets you load it directly from Steam.

Since Mednaffe is the only easy way to install Mednafen on SteamOS 3, I thought I'd suggest the idea. Though if the option is there already, I'm not sure on how to access it.

@AmatCoder
Copy link
Owner

With Flatpak version you can access to mednafen executable directly.

Not sure about SteamOS but on Arch Linux you can run it like this:

System-wide installed:
$ /var/lib/flatpak/app/com.github.AmatCoder.mednaffe/current/active/files/bin/mednafen /path/to/your/rom.zip

Or if per-user installed:
$ ~/.local/share/flatpak/app/com.github.AmatCoder.mednaffe/current/active/files/bin/mednafen /path/to/your/rom.zip

@Viktini
Copy link
Author

Viktini commented Jun 12, 2022

That solved it. Thank you!

@Viktini Viktini closed this as completed Jun 12, 2022
@harvii
Copy link

harvii commented Dec 27, 2022

I'm also trying to run Mednafen directly but I keep getting an error complaining that libFLAC.so.8 is not found; any idea why this might be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants