mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
7ebc04bc34
commit
8c09daa22d
|
@ -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++)
|
||||
|
|
Loading…
Reference in New Issue