Update rcore.c

This commit is contained in:
Ray
2026-02-09 22:24:44 +01:00
parent 49cd2ddaa1
commit eba1fca933

View File

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