fonts and stuff work

This commit is contained in:
water
2021-08-08 20:46:14 -04:00
parent 124003f5f2
commit 0dfe6a169d
17 changed files with 353 additions and 40 deletions
+4 -1
View File
@@ -181,7 +181,10 @@ void KernelCheckAndDispatch() {
SendAck();
}
std::this_thread::sleep_for(std::chrono::microseconds(1000));
if (time_ms < 4) {
std::this_thread::sleep_for(std::chrono::microseconds(1000));
}
}
}