Add missing comment to web

This commit is contained in:
ubkp 2023-09-23 17:09:32 -03:00
parent 6f5151a8a7
commit a04bbf70f6

View File

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