Revert "Sio: Fix Wunused-variable warning."

This reverts commit 9254403a51.
Apparently there were new changes that made use of the variable.
This commit is contained in:
lightningterror 2023-06-28 23:11:10 +02:00
parent 7ebc04bc34
commit 8c09daa22d
1 changed files with 1 additions and 0 deletions

View File

@ -899,6 +899,7 @@ bool sioPortAndSlotIsMultitap(u32 port, u32 slot)
void AutoEject::CountDownTicks() void AutoEject::CountDownTicks()
{ {
bool reinserted = false;
for (size_t port = 0; port < SIO::PORTS; port++) for (size_t port = 0; port < SIO::PORTS; port++)
{ {
for (size_t slot = 0; slot < SIO::SLOTS; slot++) for (size_t slot = 0; slot < SIO::SLOTS; slot++)