From a04bbf70f6e0f2986bb5dc2b3c58e113d883c73d Mon Sep 17 00:00:00 2001 From: ubkp <118854183+ubkp@users.noreply.github.com> Date: Sat, 23 Sep 2023 17:09:32 -0300 Subject: [PATCH] Add missing comment to web --- src/rcore_web.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rcore_web.c b/src/rcore_web.c index fd7f8defb..2e50da19b 100644 --- a/src/rcore_web.c +++ b/src/rcore_web.c @@ -1041,6 +1041,8 @@ int GetMonitorPhysicalWidth(int monitor) return 0; } +// NOTE: Gamepad support not implemented in emscripten GLFW3 (PLATFORM_WEB) + // Get gamepad internal name id const char *GetGamepadName(int gamepad) {