mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
ee7008ded8
commit
8661323a0a
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue