From 3535c3d48215e9f4b078639c24e1c3e6fc067de2 Mon Sep 17 00:00:00 2001 From: Mathias Boulay Date: Thu, 3 Aug 2023 23:12:49 +0200 Subject: [PATCH] Fix[joystick]: invisible forward lock --- app_pojavlauncher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_pojavlauncher/build.gradle b/app_pojavlauncher/build.gradle index 020fbbe4d..72d020a56 100644 --- a/app_pojavlauncher/build.gradle +++ b/app_pojavlauncher/build.gradle @@ -187,7 +187,7 @@ dependencies { implementation 'com.github.PojavLauncherTeam:portrait-ssp:6c02fd739b' implementation 'com.github.Mathias-Boulay:ExtendedView:1.0.0' implementation 'com.github.Mathias-Boulay:android_gamepad_remapper:eb92e3a5bb' - implementation 'com.github.Mathias-Boulay:virtual-joystick-android:a4ab959955' + implementation 'com.github.Mathias-Boulay:virtual-joystick-android:231334e191' // implementation 'com.intuit.sdp:sdp-android:1.0.5'