Return interval in the SDL timer callback as it should happen in periodic timers.
commitc03b9647f3892d8657694639543f074c5917b0a9
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 27 Dec 2010 12:49:28 +0000 (27 12:49 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 27 Dec 2010 12:49:28 +0000 (27 12:49 +0000)
tree3c5c7cb1f24601df15d9f1e2397aae2da0789c9e
parentd3a451c5fc930a083b525be3aaa48e97d86a95b7
Return interval in the SDL timer callback as it should happen in periodic timers.

If the SDL timer resolution was higher than 10ms it would have restarted the timer after 1ms, but it made no difference.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28912 a1c6a512-1295-4272-9138-f99709370657
firmware/target/hosted/sdl/kernel-sdl.c