mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-14 08:24:04 +09:00
more movie format experimentations
This commit is contained in:
@@ -137,7 +137,13 @@ let framesRendered = 0
|
||||
//serial.println(readCount) // must say 18
|
||||
//serial.println(`Dim: (${width}x${height}), FPS: ${fps}, Frames: ${frameCount}`)
|
||||
|
||||
if (type != 0) {
|
||||
printerrln("Not a type 0 mov")
|
||||
return 1
|
||||
}
|
||||
|
||||
let fbuf = sys.malloc(FBUF_SIZE)
|
||||
graphics.setGraphicsMode(0)
|
||||
|
||||
let startTime = sys.nanoTime()
|
||||
while (framesRendered < frameCount) {
|
||||
|
||||
Reference in New Issue
Block a user