OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
313 stars 26 forks source link

Abstract platform specific code #70

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

Time related functions should be dropped from c11threads, with the exception of thrd_sleep, which should use a solution like https://gist.github.com/Youka/4153f12cf2e17a77314c A custom timespec struct has to be provided for MSVC. c11threads should be updated to the upstream implementation first.

JayFoxRox commented 6 years ago

This has been done in #75 and followups #77 , #79 and #82 .