[v0.01] Adding and creating basic source code base taken from cpufetch
This commit is contained in:
6
src/common/gpu.cpp
Normal file
6
src/common/gpu.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "gpu.hpp"
|
||||
|
||||
char* get_str_gpu_name(struct gpu_info* gpu) {
|
||||
return gpu->name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user