mirror of
https://github.com/ARMSX2/ARMSX3.git
synced 2026-08-24 16:58:52 -07:00
android stuff
This commit is contained in:
@@ -170,6 +170,8 @@ namespace
|
||||
{
|
||||
#ifdef _WIN32
|
||||
tid = GetCurrentThreadId();
|
||||
#elif defined(ANDROID)
|
||||
tid = pthread_self();
|
||||
#else
|
||||
tid = reinterpret_cast<u64>(pthread_self());
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user