mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-30 21:31:28 +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 {
|
||||
if (!isRunning()) {
|
||||
if (getVideo() == null || !getVideo().isRunning()) {
|
||||
return;
|
||||
}
|
||||
Semaphore s = new Semaphore(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user