Skip to content

Commit

Permalink
SIO: Fix Wunused-variable compiler warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Jan 5, 2024
1 parent c7347a3 commit e2bbe5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pcsx2/SIO/Pad/PadPopn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ u8 PadPopn::ButtonQuery(u8 commandByte)
u8 PadPopn::Poll(u8 commandByte)
{
const u32 buttons = GetButtons();
u8 largeMotor = 0x00;
u8 smallMotor = 0x00;

switch (commandBytesReceived)
{
Expand Down

0 comments on commit e2bbe5c

Please sign in to comment.