aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin.c
diff options
context:
space:
mode:
authorTwinaphex2016-12-23 03:02:12 +0100
committerGitHub2016-12-23 03:02:12 +0100
commitabaa8b9e916f689ba162a684c2e23890cea7d6da (patch)
tree72c20c12ab0ab044d9c7c36510c82e67d416aaec /frontend/plugin.c
parent17b93a2844f026f8f0d779e9bae698631c746f8a (diff)
parentf40e999393f4316943760459ace0e7994c2c76b9 (diff)
downloadpcsx_rearmed-abaa8b9e916f689ba162a684c2e23890cea7d6da.tar.gz
pcsx_rearmed-abaa8b9e916f689ba162a684c2e23890cea7d6da.tar.bz2
pcsx_rearmed-abaa8b9e916f689ba162a684c2e23890cea7d6da.zip
Merge pull request #86 from andrewlxer/master
Do some light multitap cleanup
Diffstat (limited to 'frontend/plugin.c')
-rw-r--r--frontend/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plugin.c b/frontend/plugin.c
index 8914519..6bb9aa4 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;