mirror of https://github.com/PCSX2/pcsx2.git
SIO: Fix Wunused-variable compiler warnings.
This commit is contained in:
parent
c7347a3a16
commit
e2bbe5cd8b
|
@ -112,8 +112,6 @@ u8 PadPopn::ButtonQuery(u8 commandByte)
|
||||||
u8 PadPopn::Poll(u8 commandByte)
|
u8 PadPopn::Poll(u8 commandByte)
|
||||||
{
|
{
|
||||||
const u32 buttons = GetButtons();
|
const u32 buttons = GetButtons();
|
||||||
u8 largeMotor = 0x00;
|
|
||||||
u8 smallMotor = 0x00;
|
|
||||||
|
|
||||||
switch (commandBytesReceived)
|
switch (commandBytesReceived)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue