aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorWalter McKelvie <walt@mckelvie.org>2026-08-02 20:19:32 +0200
committerdec05eba <dec05eba@protonmail.com>2026-08-02 20:20:12 +0200
commit8397e7307eb68c857117d74ba332916bb7af6be4 (patch)
treebb17714ed3e2e331220c36183dff021b5f9d21b9 /include
parentf39ebf1a607b2f45c5049560756fb0f0054c5f6f (diff)
feat: Apple Silicon support
Diffstat (limited to 'include')
-rw-r--r--include/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h
index 4bb10d8..5ffb546 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -11,6 +11,7 @@ typedef enum {
GSR_GPU_VENDOR_INTEL,
GSR_GPU_VENDOR_NVIDIA,
GSR_GPU_VENDOR_BROADCOM,
+ GSR_GPU_VENDOR_APPLE
} gsr_gpu_vendor;
typedef struct {