LilyPad: One more quick bug fix in mtap stuff.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@855 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
mattmenke 2009-03-29 06:30:34 +00:00
parent ee7008ded8
commit 8661323a0a
1 changed files with 2 additions and 0 deletions

View File

@ -1379,6 +1379,8 @@ extern "C" long _cdecl _ftol2() {
#endif
s32 CALLBACK PADqueryMtap(u8 port) {
port--;
if (port > 1) return 0;
return config.multitap[port];
}