mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-12 01:27:17 +08:00
0d7df16812
Many SDL subsystems depend on being able to see time passing. If you are porting to a new platform, you'll need to fill in a timer implementation as part of the initial port. Fixes https://github.com/libsdl-org/SDL/issues/8850