From 70893b6a321d9fbafc8d02e496d430ce66c553a2 Mon Sep 17 00:00:00 2001 From: Vladislav Belov Date: Mon, 13 Oct 2025 19:57:52 +0200 Subject: [PATCH] Adds ARM Neon to report --- source/ps/GameSetup/HWDetect.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/ps/GameSetup/HWDetect.cpp b/source/ps/GameSetup/HWDetect.cpp index 99c1d4bf44..45911a285b 100644 --- a/source/ps/GameSetup/HWDetect.cpp +++ b/source/ps/GameSetup/HWDetect.cpp @@ -457,9 +457,10 @@ void RunHardwareDetection(bool writeSystemInfoBeforeDetection, Renderer::Backend Script::SetProperty(rq, settings, "hardware_concurrency", std::thread::hardware_concurrency()); Script::SetProperty(rq, settings, "random_device_entropy", std::random_device{}.entropy()); + Script::SetProperty(rq, settings, "neon", static_cast(SDL_HasNEON())); // The version should be increased for every meaningful change. - const int reportVersion = 22; + const int reportVersion = 23; // Send the same data to the reporting system g_UserReporter.SubmitReport(