mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Make the plugins use the right dll name (oops)
This commit is contained in:
parent
3cc17edd10
commit
bfce766c46
|
|
@ -106,7 +106,7 @@ public final class DirectInputEnvironmentPlugin extends ControllerEnvironment im
|
|||
if("x86".equals(getPrivilegedProperty("os.arch"))) {
|
||||
loadLibrary("jinput-dx8");
|
||||
} else {
|
||||
loadLibrary("jinput-dx8-64");
|
||||
loadLibrary("jinput-dx8_64");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ public final class RawInputEnvironmentPlugin extends ControllerEnvironment imple
|
|||
if("x86".equals(getPrivilegedProperty("os.arch"))) {
|
||||
loadLibrary("jinput-raw");
|
||||
} else {
|
||||
loadLibrary("jinput-raw-64");
|
||||
loadLibrary("jinput-raw_64");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue