Mimic per-second timer approach of PCem SDL2

This commit is contained in:
Cacodemon345
2021-08-29 00:53:18 +06:00
parent 2256a41704
commit 995611bf91
2 changed files with 15 additions and 36 deletions

View File

@@ -139,7 +139,6 @@ mutex_t *thread_create_mutex(void)
pthread_mutex_init(&mutex->mutex, NULL);
return mutex;
}
mutex_t *