Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 94811bb

Browse files
authored
Update Libs.java
1 parent 807e264 commit 94811bb

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/id.my.alvinq.prokitid.libs

1 file changed

+3
-0
lines changed

src/main/java/id.my.alvinq.prokitid.libs/Libs.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ public static void onLoad(Context context) {
1313
if(!libsModsDir.exists()) libsModsDir.mkdirs();
1414
FileUtils.copyFolder("/sdcard/alvinqid/mods", "/data/user/0/org.levimc.launcher/cache/alvinqid/mods");
1515
FileUtils.copyFolder(context.getCacheDir().getParent(), "/sdcard/alvinqid/data");
16+
System.loadLibrary("c++_shared");
17+
System.loadLibrary("fmod");
18+
System.loadLibrary("minecraftpe");
1619
System.load("/data/user/0/org.levimc.launcher/cache/alvinqid/mods/mbloader.so");
1720
}
1821
}

0 commit comments

Comments
 (0)