From 8adaefcdb9f8567ac09bf2884c6a564431565829 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 11 Jun 2024 15:06:19 +0200 Subject: Remove and obsolete comment --- src/core.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit 1.4.1