From eba1fca93378bbccf2e7f6374bd6a5c474908665 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 9 Feb 2026 22:24:44 +0100 Subject: [PATCH] Update rcore.c --- src/rcore.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/rcore.c b/src/rcore.c index 6974314cc..e6338367c 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -18,18 +18,19 @@ * - macOS/OSX (x64, arm64) * - Others (not tested) * > PLATFORM_WEB_RGFW: +* > PLATFORM_WEB (GLFW + Emscripten): * - HTML5 (WebAssembly) -* > PLATFORM_WEB: +* > PLATFORM_WEB_EMSCRIPTEN (Emscripten): * - HTML5 (WebAssembly) -* > PLATFORM_DRM: +* > PLATFORM_DRM (native DRM): * - Raspberry Pi 0-5 (DRM/KMS) * - Linux DRM subsystem (KMS mode) -* > PLATFORM_ANDROID: +* - Embedded devices (with GPU) +* > PLATFORM_ANDROID (native NDK): * - Android (ARM, ARM64) -* > PLATFORM_DESKTOP_WIN32 (Native Win32): -* - Windows (Win32, Win64) * > PLATFORM_MEMORY * - Memory framebuffer output, using software renderer, no OS required +* * CONFIGURATION: * #define SUPPORT_DEFAULT_FONT (default) * Default font is loaded on window initialization to be available for the user to render simple text