mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
limit zapper to chan 0
This commit is contained in:
parent
8f52b71abc
commit
5e7b40508d
@ -488,7 +488,7 @@ static unsigned char DecodeJoy(unsigned short chan)
|
||||
}
|
||||
|
||||
// zapper enabled
|
||||
if(GCSettings.Controller == CTRL_ZAPPER)
|
||||
if(GCSettings.Controller == CTRL_ZAPPER && chan == 0)
|
||||
{
|
||||
int z; // NES port # (0 or 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user