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 eb043db commit 75c8efaCopy full SHA for 75c8efa
loader/src/hooks/ShutdownFix.cpp
@@ -9,7 +9,7 @@ using namespace geode::prelude;
9
// where the game tries to call Steam API functions
10
// after the Steam API has been shut down.
11
12
-void shutdownGameHook(void* self, SEL sel) {
+void shutdownGameHook(id self, SEL sel) {
13
auto director = CCDirector::sharedDirector();
14
director->pause();
15
director->getScheduler()->unscheduleAll();
0 commit comments