mirror of https://github.com/PCSX2/pcsx2.git
Sio: Fix Wunused-variable warning.
This commit is contained in:
parent
b4250965e6
commit
9254403a51
|
@ -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++)
|
||||||
|
|
Loading…
Reference in New Issue