From 84f75785eeebc43a2c96cd4fcd3c21150027ebc3 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 9 Feb 2026 22:29:13 +0100 Subject: [PATCH] Update rcore.c --- src/rcore.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/rcore.c b/src/rcore.c index 4568477d2..49a928372 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -13,16 +13,18 @@ * - Linux (X11/Wayland desktop mode) * - Others (not tested) * > PLATFORM_DESKTOP_RGFW (RGFW backend): -* > PLATFORM_DESKTOP_WIN32 (native Win32): * - Windows (Win32, Win64) * - Linux (X11/Wayland desktop mode) * - macOS/OSX (x64, arm64) * - Others (not tested) -* > PLATFORM_WEB_RGFW: +* > PLATFORM_DESKTOP_WIN32 (native Win32): +* - Windows (Win32, Win64) * > PLATFORM_WEB (GLFW + Emscripten): * - HTML5 (WebAssembly) * > PLATFORM_WEB_EMSCRIPTEN (Emscripten): * - HTML5 (WebAssembly) +* > PLATFORM_WEB_RGFW (Emscripten): +* - HTML5 (WebAssembly) * > PLATFORM_DRM (native DRM): * - Raspberry Pi 0-5 (DRM/KMS) * - Linux DRM subsystem (KMS mode)