android stuff

This commit is contained in:
DH
2025-03-10 21:09:27 +01:00
committed by Megamouse
parent 11e214f332
commit 798c194025
11 changed files with 304 additions and 236 deletions
+2
View File
@@ -170,6 +170,8 @@ namespace
{
#ifdef _WIN32
tid = GetCurrentThreadId();
#elif defined(ANDROID)
tid = pthread_self();
#else
tid = reinterpret_cast<u64>(pthread_self());
#endif