ebiten/internal/clock
Hajime Hoshi faaf391619 audio: Give up syncing audio timer and game timer (#617)
Syncing was already incomplete (e.g. decoding takes more than one
frame and delays can happen in this case). Giving up syncing audio
timer and game timer should not affect the game experience so much.
Instead, clock implementation will be much simpler.
2018-05-27 00:30:12 +09:00
..
clock.go audio: Give up syncing audio timer and game timer (#617) 2018-05-27 00:30:12 +09:00
now_js.go clock: Use gopherwasm 2018-05-25 01:14:31 +09:00
now_notjs.go clock: Move now() from loop to clock 2017-08-06 02:12:23 +09:00