Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thesupersoup opened this issue Jul 11, 2023 · 2 comments
Labels
enhancement 🔧 New feature or request game Related to the game's code. med priority Issue that should be addressed as time allows.

Comments

@thesupersoup
Copy link

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

e.g. richpresence.cpp, line 48

@thesupersoup
Copy link
Author

thesupersoup commented Jul 11, 2023

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

@SaintWish SaintWish added enhancement 🔧 New feature or request med priority Issue that should be addressed as time allows. game Related to the game's code. labels Sep 27, 2023
@SaintWish SaintWish self-assigned this Oct 24, 2023
@SaintWish SaintWish removed their assignment Aug 31, 2024
@SaintWish
Copy link
Contributor

GetTickCount64 was removed with commit d702f54

ToDo:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🔧 New feature or request game Related to the game's code. med priority Issue that should be addressed as time allows.
Projects
None yet
Development

No branches or pull requests

2 participants