From 4b7934e44edee0a8c40ad83d17f4d13d0fccf32b Mon Sep 17 00:00:00 2001 From: kestrel Date: Sun, 7 Jan 2018 16:25:24 +0800 Subject: [PATCH] Corrected Raspberry Pi DRM support. --- drm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drm.md b/drm.md index 0db71d9..d2c9ae3 100644 --- a/drm.md +++ b/drm.md @@ -19,7 +19,7 @@ For platform support, this means that we can support: * Windows * Mac OS X * Linux x64 and x32 - * Linux ARM v6 and v7 (e.g. Raspberry Pi) + * Linux ARM v7 and v8 (32bit) (e.g. Raspberry Pi 2 & 3) ### Android