Skip to content

Commit

Permalink
reenable vpad on eventqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleP committed Nov 1, 2024
1 parent 0590864 commit 8629528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/cafe/source/driver/EventQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ namespace love
if (joystick == nullptr)
continue;

// if (joystick->getGamepadType() == GAMEPAD_TYPE_NINTENDO_WII_U_GAMEPAD)
// this->gamepad = (vpad::Joystick*)joystick;
if (joystick->getGamepadType() == GAMEPAD_TYPE_NINTENDO_WII_U_GAMEPAD)
this->gamepad = (vpad::Joystick*)joystick;

joystick->update();
const auto which = joystick->getInstanceID();
Expand Down

0 comments on commit 8629528

Please sign in to comment.