Sio: Fix Wunused-variable warning.

This commit is contained in:
lightningterror 2023-06-27 09:46:50 +02:00
parent b4250965e6
commit 9254403a51
1 changed files with 0 additions and 1 deletions

View File

@ -899,7 +899,6 @@ 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++)