-
Notifications
You must be signed in to change notification settings - Fork 161
Fix iOS FMOD #1282
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
Fix iOS FMOD #1282
Conversation
i request that you add assert test for gd version |
maybe make a macro to avoid all the repetition |
I did that. I guess you couldn't find that in the sea of hooks. |
I did not see that, never mind! |
$on_mod(Loaded) instead of $execute perhaps? I don't know on what thread it runs on ios, but creating hooks on a thread could be problematic |
My Lord... Is that... legal?