-
Notifications
You must be signed in to change notification settings - Fork 35
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
Path to mednafen? #138
Comments
Linux? You just set the PATH environment variable: |
Thanks. Add how to save mednaffe settings near the main file? Like export MEDNAFEN_HOME? |
Mednaffe uses XDG_CONFIG_HOME environment variable to get the directory where to save settings. So this should work: |
How about the win ver? Right now it seems to go based on being in the same dir, this causes issues if you create a shortcut on the desktop that is stored on drive 0 and have mednafen wit mednaffe on drive 1. |
Mednaffe uses g_find_program_in_path function from GLib library. Documentation says:
So you can use PATH environment variable to find the mednafen executable. |
Old version had BIN argument in the .ini |
How can I set path to alternative place to mednafen? Thanks. I want to compile portable version.
The text was updated successfully, but these errors were encountered: