1
0
forked from mirrors/0ad

Adds ARM Neon to report

This commit is contained in:
Vladislav Belov
2025-10-13 19:57:52 +02:00
parent dc4785ece6
commit 70893b6a32
+2 -1
View File
@@ -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<int>(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(