MSRevive / MasterSwordRebirth

Continuation of Master Sword Classic/Continued.
https://msrebirth.net/
Other
9 stars 6 forks source link

Calls to GetTickCount64 (or other WIN32 API calls) won't translate to Linux #217

Open thesupersoup opened 12 months ago

thesupersoup commented 12 months ago

Will need to swap for multiplat solutions if and when we want to build for Linux

e.g. richpresence.cpp, line 48

thesupersoup commented 12 months ago

Possible alternative could be using the ctime header and std::time - https://en.cppreference.com/w/cpp/chrono/c/time