X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin.c;h=6bb9aa497b8d8c4c8495ebd6f823b3b9b6f6122d;hb=f40e999393f4316943760459ace0e7994c2c76b9;hp=89145197b6718556faeb06992ca2c37b4513ef56;hpb=10ed51a07184f5235e1c85cd9995aaa1481e0dca;p=pcsx_rearmed.git diff --git a/frontend/plugin.c b/frontend/plugin.c index 89145197..6bb9aa49 100644 --- a/frontend/plugin.c +++ b/frontend/plugin.c @@ -73,7 +73,7 @@ static long PADreadPort2(PadDataS *pad) { pad->controllerType = in_type[pad_index]; pad->buttonStatus = ~in_keystate[pad_index]; - if (multitap2 ==1 ) + if (multitap2 == 1) pad->portMultitap = 2; else pad->portMultitap = 0;