mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
fix zapper
This commit is contained in:
parent
844808081c
commit
d394fbce17
@ -488,7 +488,7 @@ static unsigned char DecodeJoy(unsigned short chan)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// zapper enabled
|
// zapper enabled
|
||||||
if(GCSettings.Controller == CTRL_ZAPPER && chan == 0)
|
if(GCSettings.Controller == CTRL_ZAPPER)
|
||||||
{
|
{
|
||||||
int z; // NES port # (0 or 1)
|
int z; // NES port # (0 or 1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user