Depend directly on libwiiuse, correct version number

This commit is contained in:
2014-11-26 21:37:07 +00:00
parent 750f60caff
commit 5cbcb09c80
3 changed files with 19 additions and 8 deletions

View File

@@ -16,6 +16,8 @@
*/
package wiiusej;
import com.github.boukefalos.jlibloader.Native;
import wiiusej.wiiusejevents.utils.EventsGatherer;
/**
@@ -26,7 +28,8 @@ import wiiusej.wiiusejevents.utils.EventsGatherer;
public class WiiUseApi {
static {
System.loadLibrary("WiiuseJ");
Native.load("com.github.boukefalos", "libwiiuse");
Native.load("com.github.boukefalos", "jlibwiiuse");
}
private static WiiUseApi instance = new WiiUseApi();