diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c index 01e40fd9..2c583226 100644 --- a/src/core.c +++ b/src/core.c @@ -401,7 +401,6 @@ HWCAP2_ECV arm64_pmull = 1; if(hwcap&HWCAP_AES) arm64_aes = 1; - // ATOMIC use are disable for now. They crashes Batman Arkham Knight, bossibly other (also seems to make steamwebhelper unstable) if(hwcap&HWCAP_ATOMICS) arm64_atomics = 1; #ifdef HWCAP_SHA1 |