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

core_interface.c: Don't force macOS app bundle path #84

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

GhostlyDark
Copy link
Contributor

Currently the macOS app bundle path takes precedence over --corelib specified via command line. This technically prevents any CLI launcher that resides in an .app directory from loading the core file if that file is part of a non-standard directory and/or has its file name changed (e.g. mupen64plus.dylib instead of libmupen64plus.dylib).

This PR makes it so core_interface checks for a successful path first instead of simply overriding it, if macOS is detected.
I'm not entirely sure if this change is ultimately for the better, so I'm open for suggestions.

@richard42 richard42 merged commit beddd15 into mupen64plus:master Sep 10, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants