aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cli/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/commands.c')
-rw-r--r--src/cli/commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli/commands.c b/src/cli/commands.c
index 12de13b..bf07285 100644
--- a/src/cli/commands.c
+++ b/src/cli/commands.c
@@ -53,6 +53,9 @@ static void list_gpu_info(gsr_egl *egl) {
case GSR_GPU_VENDOR_BROADCOM:
printf("vendor|broadcom\n");
break;
+ case GSR_GPU_VENDOR_APPLE:
+ printf("vendor|apple\n");
+ break;
}
printf("card_path|%s\n", egl->card_path);
}