mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 20:16:53 +01:00
fix compile issue
This commit is contained in:
parent
683fd17219
commit
1ee50b55e6
@ -906,7 +906,7 @@ static u32 DecodeJoy(unsigned short pad)
|
|||||||
}
|
}
|
||||||
else if(wpad_exp_type == WPAD_EXP_CLASSIC)
|
else if(wpad_exp_type == WPAD_EXP_CLASSIC)
|
||||||
{ // classic controller
|
{ // classic controller
|
||||||
if (wp->exp.classic.type == 2) {
|
if (isWUPC) {
|
||||||
for (u32 i = 0; i < MAXJP; ++i)
|
for (u32 i = 0; i < MAXJP; ++i)
|
||||||
{
|
{
|
||||||
if (wpad_btns_h & btnmap[CTRLR_WUPC][i] )
|
if (wpad_btns_h & btnmap[CTRLR_WUPC][i] )
|
||||||
|
Loading…
Reference in New Issue
Block a user