limit zapper to chan 0

This commit is contained in:
dborth 2009-10-28 00:18:45 +00:00
parent 8f52b71abc
commit 5e7b40508d

View File

@ -488,7 +488,7 @@ static unsigned char DecodeJoy(unsigned short chan)
} }
// zapper enabled // zapper enabled
if(GCSettings.Controller == CTRL_ZAPPER) if(GCSettings.Controller == CTRL_ZAPPER && chan == 0)
{ {
int z; // NES port # (0 or 1) int z; // NES port # (0 or 1)