generated from rnentjes/kotlin-server-web-undertow
Refactor MTMCClock frame handling, enhance emulator performance, integrate immediateTimeout, and optimize rendering logic for RegisterView, MemoryView, and BufferedImage.
This commit is contained in:
@@ -4,3 +4,5 @@ actual fun currentTimeMillis(): Long = System.currentTimeMillis()
|
||||
actual fun requestAnimationFrame(action: (Double) -> Unit) {
|
||||
error("requestAnimationFrame is not supported on JVM")
|
||||
}
|
||||
|
||||
actual fun immediateTimeout(action: (Double) -> Unit): Int {}
|
||||
Reference in New Issue
Block a user