mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-05 06:25:47 +00:00
Make the plugins use the right dll name (oops)
This commit is contained in:
parent
3cc17edd10
commit
bfce766c46
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue