Files
dusklight/include/dusk
Luke Street aafd50cd09 Use Limiter class in waitForTick (#330)
This uses the existing `Limiter` class (stolen from Metaforce) in `JFWDisplay::waitForTick`.
The limiter also now uses `SDL_DelayPrecise` internally on non-Windows platforms.
On Windows, the existing `NanoSleep` logic is untouched, as it appears to provide a
more stable framerate for the folks testing it on Windows than `SDL_DelayPrecise` does.
On Linux, however, `SDL_DelayPrecise` is plenty accurate.
2026-04-11 17:50:52 -06:00
..
2026-04-05 19:20:10 +02:00
2026-03-14 13:49:16 +01:00
2026-04-07 22:11:50 -07:00
2026-04-06 20:37:40 -07:00
2026-03-12 04:01:03 -07:00
2026-02-13 23:28:47 +01:00
2025-11-30 14:34:10 -08:00
2026-04-04 22:47:48 +02:00
2026-03-29 00:19:56 +01:00
2026-03-12 04:01:03 -07:00
2026-04-09 23:11:10 -06:00
2026-03-12 04:01:03 -07:00
2026-03-08 21:13:45 -07:00
2026-03-14 14:16:49 +01:00
2026-04-11 17:50:52 -06:00