Skip to content

Commit d038ad8

Browse files
committed
GlitchLauncher compatibility
1 parent 75cfa3b commit d038ad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • mod/common/src/main/kotlin/top/fifthlight/touchcontroller/common/platform/ios

mod/common/src/main/kotlin/top/fifthlight/touchcontroller/common/platform/ios/Transport.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Transport {
2525
try {
2626
// Call launcher's Tools class which is loaded via system class loader
2727
// and can access JNI functions in the main app binary
28-
val toolsClass = Class.forName("net.kdt.pojavlaunch.Tools")
28+
val toolsClass = Class.forName("lol.gzmc.glaunch.Utils")
2929
val method = toolsClass.getMethod("registerTouchControllerNatives", Class::class.java)
3030
method.invoke(null, Transport::class.java)
3131
logger.info("iOS: Tools.registerTouchControllerNatives() succeeded")

0 commit comments

Comments
 (0)