mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Windows 64: Enabled lwjgl64.dll and fixed crash
This commit is contained in:
parent
599b447cb5
commit
4b93774ef7
2 changed files with 5 additions and 1 deletions
|
|
@ -64,6 +64,10 @@ final class WindowsSysImplementation extends DefaultSysImplementation {
|
|||
}
|
||||
private static native long nGetTime();
|
||||
|
||||
public final boolean has64Bit() {
|
||||
return true;
|
||||
}
|
||||
|
||||
private static long getHwnd() {
|
||||
if (!Display.isCreated())
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue