mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-21 06:14:11 +00:00
Updated the name of the linux native library
This commit is contained in:
parent
c2bbf1d876
commit
d222fad271
4 changed files with 7 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ public class LinuxEnvironmentPlugin extends ControllerEnvironment implements Plu
|
|||
|
||||
static {
|
||||
if(isSupported()) {
|
||||
System.loadLibrary("jinput");
|
||||
System.loadLibrary("jinput-linux");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue