We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cfa3b commit d038ad8Copy full SHA for d038ad8
1 file changed
mod/common/src/main/kotlin/top/fifthlight/touchcontroller/common/platform/ios/Transport.kt
@@ -25,7 +25,7 @@ object Transport {
25
try {
26
// Call launcher's Tools class which is loaded via system class loader
27
// and can access JNI functions in the main app binary
28
- val toolsClass = Class.forName("net.kdt.pojavlaunch.Tools")
+ val toolsClass = Class.forName("lol.gzmc.glaunch.Utils")
29
val method = toolsClass.getMethod("registerTouchControllerNatives", Class::class.java)
30
method.invoke(null, Transport::class.java)
31
logger.info("iOS: Tools.registerTouchControllerNatives() succeeded")
0 commit comments