diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-18 23:03:46 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-18 23:03:46 +0100 |
commit | 71b6c395ca868a3c138585d05bcb72041c294cb3 (patch) | |
tree | c1b005f1114e5bbe5742ade101d68f745841cad6 /include | |
parent | 5ec357b10fdbddb3905a2c440de4d125d8c8d4d5 (diff) |
Diffstat (limited to 'include')
-rw-r--r-- | include/GsrInfo.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/GsrInfo.hpp b/include/GsrInfo.hpp index b8f478c..156125b 100644 --- a/include/GsrInfo.hpp +++ b/include/GsrInfo.hpp @@ -69,7 +69,8 @@ namespace gsr { UNKNOWN, AMD, INTEL, - NVIDIA + NVIDIA, + BROADCOM }; struct GpuInfo { |