mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +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)
|
||||
{ // classic controller
|
||||
if (wp->exp.classic.type == 2) {
|
||||
if (isWUPC) {
|
||||
for (u32 i = 0; i < MAXJP; ++i)
|
||||
{
|
||||
if (wpad_btns_h & btnmap[CTRLR_WUPC][i] )
|
||||
|
Loading…
Reference in New Issue
Block a user