Update rcore.c

This commit is contained in:
Ray
2026-02-09 22:29:13 +01:00
parent f190c6a4d4
commit 84f75785ee

View File

@@ -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)