Thanks to visit codestin.com
Credit goes to github.com

Skip to content

building error #7

@leonelhs

Description

@leonelhs

there is a typo error in SDL/src/joystick/wiiu/SDL_wiiujoystick.c:line 458:

x1 = (int16_t) ((kpad.nunchunk.stick.x) * 0x7ff0);
y1 = (int16_t) -((kpad.nunchunk.stick.y) * 0x7ff0);

As WUT CHANGELOG.md indicates rename nunchunk to nunchuk in order to fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions