diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-06-11 15:06:19 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-06-11 15:06:19 +0200 |
| commit | 8adaefcdb9f8567ac09bf2884c6a564431565829 (patch) | |
| tree | 20e805dc9e6b7af90958cb308b38b0b52b376f63 /src/core.c | |
| parent | e64b4d5c049e62c14051310d0297acfbbcd7f458 (diff) | |
| download | box64-8adaefcdb9f8567ac09bf2884c6a564431565829.tar.gz box64-8adaefcdb9f8567ac09bf2884c6a564431565829.zip | |
Remove and obsolete comment
Diffstat (limited to 'src/core.c')
| -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 |