Skip to content

Commit

Permalink
libretro: Fix turbo button regression
Browse files Browse the repository at this point in the history
  • Loading branch information
carmiker committed Feb 18, 2024
1 parent 8707e77 commit 78587db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ static bool NST_CALLBACK gamepad_callback(Api::Base::UserData data, Core::Input:
{
input_poll_cb();

tstate = 2;
bool pressed_l3 = false;

uint buttons = 0;
Expand Down

0 comments on commit 78587db

Please sign in to comment.