mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-20 15:40:18 +01:00
Check the arch type before loading the .so
This commit is contained in:
parent
571769019e
commit
b789b8cd52
|
|
@ -96,7 +96,7 @@ public final class LinuxEnvironmentPlugin extends ControllerEnvironment implemen
|
|||
}
|
||||
supported = true;
|
||||
} catch (UnsatisfiedLinkError e) {
|
||||
logln("Failed to load 64 bit library: " + e.getMessage());
|
||||
logln("Failed to load library: " + e.getMessage());
|
||||
e.printStackTrace();
|
||||
supported = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue