Romain Vimont
|
682a691173
|
Use timers with microsecond precision
SDL only provides millisecond precision. Use system timers to get a
better precision.
|
2021-12-08 23:45:45 +01:00 |
|
Romain Vimont
|
48fcfa96ab
|
Add missing include "common.h"
|
2021-11-06 19:26:29 +01:00 |
|
Romain Vimont
|
4c4d02295c
|
Add buffering debugging tools
Output buffering and clock logs by disabling a compilation flag.
|
2021-07-14 14:54:22 +02:00 |
|
Romain Vimont
|
ec871dd3f5
|
Wrap tick API
This avoids to use the SDL timer API directly, and will allow to handle
generic ticks (possibly negative).
|
2021-07-14 14:22:32 +02:00 |
|