From 1f83ff6927841f3f48363b59d8c4bc22247f7943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 19:23:34 +0900 Subject: =?UTF-8?q?GPU=E6=83=85=E5=A0=B1=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 6a13b72..9d8009d 100644 --- a/main.c +++ b/main.c @@ -14,6 +14,7 @@ #endif #include "src/packages.h" #include "src/cpu.h" +#include "src/gpu.h" #include "src/memory.h" const char *sofname = "farfetch"; @@ -126,6 +127,12 @@ int main(int argc, char *argv[]) { printf("\n"); lc++; + printf("%s ", LOGO[lc]); + printf(COLOR"%s%s"RESET, "GPU", ": "); + display_gpu(); + printf("\n"); + lc++; + printf("%s ", LOGO[lc]); printf(COLOR"%s%s"RESET, "Memory", ": "); display_memory(); -- cgit v1.2.3