diff options
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 { |