mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Convert ticks to 64-bit, added nanosecond precision to the API
Fixes https://github.com/libsdl-org/SDL/issues/5512 Fixes https://github.com/libsdl-org/SDL/issues/6731
This commit is contained in:
parent
764b899a13
commit
8121bbd083
96 changed files with 938 additions and 1243 deletions
|
|
@ -164,7 +164,8 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
int i;
|
||||
const char *icon = "icon.bmp";
|
||||
Uint32 then, now, frames;
|
||||
Uint64 then, now;
|
||||
Uint32 frames;
|
||||
|
||||
/* Enable standard application logging */
|
||||
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue