Skip to content

Commit

Permalink
Revert "Sio: Fix Wunused-variable warning."
Browse files Browse the repository at this point in the history
This reverts commit 9254403.
Apparently there were new changes that made use of the variable.
  • Loading branch information
lightningterror committed Jun 28, 2023
1 parent 7ebc04b commit 8c09daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcsx2/Sio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ bool sioPortAndSlotIsMultitap(u32 port, u32 slot)

void AutoEject::CountDownTicks()
{
bool reinserted = false;
for (size_t port = 0; port < SIO::PORTS; port++)
{
for (size_t slot = 0; slot < SIO::SLOTS; slot++)
Expand Down

0 comments on commit 8c09daa

Please sign in to comment.