mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-02-07 11:31:23 +00:00
Fix boot animation speed issue
This commit is contained in:
parent
08f1b4574f
commit
9feb064e83
@ -160,7 +160,7 @@ public class LawlessComputer extends Apple2e {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void waitForVBL(int count) throws InterruptedException {
|
public void waitForVBL(int count) throws InterruptedException {
|
||||||
if (!isRunning()) {
|
if (getVideo() == null || !getVideo().isRunning()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Semaphore s = new Semaphore(0);
|
Semaphore s = new Semaphore(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user