This commit is contained in:
Ruben Sørensen 2026-09-23 23:51:50 +02:00 • committed by GitHub
commit 151bc6754f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -274,6 +274,7 @@ video tutorials.
- Elviss Strazdins
- Paul Sultana
- Nathan Sweet
- Ruben Sørensen
- TTK-Bandit
- Nuno Teixeira
- Jared Tiala

View file

@ -120,7 +120,7 @@ information on what to include when reporting a bug.
## Changelog since 3.5
None.
- Bugfix: Fixed stale gamepad mapping data when parsing mappings
## Contact

View file

@ -124,6 +124,8 @@ static _GLFWmapping* findValidMapping(const _GLFWjoystick* js)
//
static GLFWbool parseMapping(_GLFWmapping* mapping, const char* string)
{
memset(mapping, 0, sizeof(*mapping));
const char* c = string;
size_t i, length;
struct