mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
Undo arm64 fix: was a local problem, after all.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#define TLS_SUPPORTED
|
||||
// Experiencing emutls crashes on ARM64 Android, so disabling for now.
|
||||
#elif defined(ANDROID) && !defined(ARM64)
|
||||
#elif defined(ANDROID)
|
||||
#define TLS_SUPPORTED
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user