summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
diff options
context:
space:
mode:
authorRay <[email protected]>2023-11-02 18:12:22 +0100
committerRay <[email protected]>2023-11-02 18:12:22 +0100
commitb40f93b9e35ca8b2aa2e897eadb90187c2f93d4a (patch)
tree5a3f9b48e1ba35dcf7da0acb0238c431b186dfc3 /src/rcore.c
parent01bbd425196631ea16e3c8fd4666f801fe8e4692 (diff)
downloadraylib-b40f93b9e35ca8b2aa2e897eadb90187c2f93d4a.tar.gz
raylib-b40f93b9e35ca8b2aa2e897eadb90187c2f93d4a.zip
Comments tweaks
Diffstat (limited to 'src/rcore.c')
-rw-r--r--src/rcore.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/rcore.c b/src/rcore.c
index d4e2573b..e4d8eae5 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -3,22 +3,22 @@
* rcore - Window/display management, Graphic device/context management and input management
*
* PLATFORMS SUPPORTED:
-* - PLATFORM_DESKTOP (GLFW backend):
-* > Windows (Win32, Win64)
-* > Linux (X11/Wayland desktop mode)
-* > macOS/OSX (x64, arm64)
-* > FreeBSD, OpenBSD, NetBSD, DragonFly (X11 desktop)
-* - PLATFORM_DESKTOP_SDL (SDL backend):
-* > Windows (Win32, Win64)
-* > Linux (X11/Wayland desktop mode)
-* > Others (not tested)
-* - PLATFORM_WEB:
-* > HTML5 (WebAssembly)
-* - PLATFORM_DRM:
-* > Raspberry Pi 0-5
-* > Linux native mode (KMS driver)
-* - PLATFORM_ANDROID:
-* > Android (ARM, ARM64)
+* > PLATFORM_DESKTOP (GLFW backend):
+* - Windows (Win32, Win64)
+* - Linux (X11/Wayland desktop mode)
+* - macOS/OSX (x64, arm64)
+* - FreeBSD, OpenBSD, NetBSD, DragonFly (X11 desktop)
+* > PLATFORM_DESKTOP_SDL (SDL backend):
+* - Windows (Win32, Win64)
+* - Linux (X11/Wayland desktop mode)
+* - Others (not tested)
+* > PLATFORM_WEB:
+* - HTML5 (WebAssembly)
+* > PLATFORM_DRM:
+* - Raspberry Pi 0-5 (DRM/KMS)
+* - Linux DRM subsystem (KMS mode)
+* > PLATFORM_ANDROID:
+* - Android (ARM, ARM64)
*
* CONFIGURATION:
* #define SUPPORT_DEFAULT_FONT (default)