Skip to content

Commit eba1fca

Browse files
committed
Update rcore.c
1 parent 49cd2dd commit eba1fca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/rcore.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@
1818
* - macOS/OSX (x64, arm64)
1919
* - Others (not tested)
2020
* > PLATFORM_WEB_RGFW:
21+
* > PLATFORM_WEB (GLFW + Emscripten):
2122
* - HTML5 (WebAssembly)
22-
* > PLATFORM_WEB:
23+
* > PLATFORM_WEB_EMSCRIPTEN (Emscripten):
2324
* - HTML5 (WebAssembly)
24-
* > PLATFORM_DRM:
25+
* > PLATFORM_DRM (native DRM):
2526
* - Raspberry Pi 0-5 (DRM/KMS)
2627
* - Linux DRM subsystem (KMS mode)
27-
* > PLATFORM_ANDROID:
28+
* - Embedded devices (with GPU)
29+
* > PLATFORM_ANDROID (native NDK):
2830
* - Android (ARM, ARM64)
29-
* > PLATFORM_DESKTOP_WIN32 (Native Win32):
30-
* - Windows (Win32, Win64)
3131
* > PLATFORM_MEMORY
3232
* - Memory framebuffer output, using software renderer, no OS required
33+
*
3334
* CONFIGURATION:
3435
* #define SUPPORT_DEFAULT_FONT (default)
3536
* Default font is loaded on window initialization to be available for the user to render simple text

0 commit comments

Comments
 (0)