We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff16fdc commit ad71caeCopy full SHA for ad71cae
src/nix/entrypoint.c
@@ -74,7 +74,6 @@ __attribute__((constructor)) void doorstop_ctor() {
74
75
void *unity_player = plthook_handle_by_name("UnityPlayer");
76
77
- // TODO: Chekc if this still works on macOS
78
if (unity_player && plthook_open_by_handle(&hook, unity_player) == 0) {
79
LOG("Found UnityPlayer, hooking into it instead");
80
} else if (plthook_open(&hook, NULL) != 0) {
0 commit comments