-
Notifications
You must be signed in to change notification settings - Fork 38
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
macOS Support #96
macOS Support #96
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor change requested; Thank you very much for this PR.
Okay should be all set. For whatever reason on macos it always detects the extended Wii memory but it's only a visual thing and the program still works. |
I attached a debug dolphin binary to the readme for people who don't know how to compile a debug copy of dolphin on macos. |
Codesigning should not be nessary for this app to work so tell me if u have an issue, I just wonder if my global certificate may be spoofing that so I would like some other Mac user to test it first |
If I recall correctly, the macOS port (#50) required a removal of the cache mechanism for performance reasons. Not sure whether this is true for the newer versions, but I can test this soon. Also, @dreamsyntax I'm just seeing your comments from a few months ago on my PR. I can rebase it within the next few days or we can go with this PR. |
I would prefer to go with this as its actively being used. If we identify issues we can iterate using your PR as reference. |
Also not sure where the code signing is coming from on the other PR as this one actively doesn't need those entitlements just dolphin itself does. |
@EndangeredNayla @campital please collaborate on the resolution |
No description provided.