MSRevive / MasterSwordRebirth

Continuation of Master Sword Classic/Continued.

Home Page:https://msrebirth.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

thesupersoup opened this issue · comments

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

e.g. richpresence.cpp, line 48

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