We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796c6c9 commit 6d1e591Copy full SHA for 6d1e591
source/gameanalytics/GAHealth.cpp
@@ -64,6 +64,7 @@ namespace gameanalytics
64
{
65
utilities::addIfNotEmpty(out, "cpu_model", _cpuModel);
66
utilities::addIfNotEmpty(out, "hardware", _hardware);
67
+ utilities::addIfNotEmpty(out, "gpu_model", _gpuModel);
68
69
if(_numCores > 0)
70
0 commit comments