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(