Skip to content

Commit 6d1e591

Browse files
committed
track gpu model
1 parent 796c6c9 commit 6d1e591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/gameanalytics/GAHealth.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ namespace gameanalytics
6464
{
6565
utilities::addIfNotEmpty(out, "cpu_model", _cpuModel);
6666
utilities::addIfNotEmpty(out, "hardware", _hardware);
67+
utilities::addIfNotEmpty(out, "gpu_model", _gpuModel);
6768

6869
if(_numCores > 0)
6970
{

0 commit comments

Comments
 (0)