mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
superscope correction
This commit is contained in:
parent
162a929453
commit
2fc796d4b1
@ -363,7 +363,7 @@ void decodepad (int pad)
|
||||
{
|
||||
// buttons
|
||||
offset = 0x50;
|
||||
for (i = 0; i < 6; i++)
|
||||
for (i = 0; i < 5; i++)
|
||||
{
|
||||
if (jp & gcscopemap[i]
|
||||
#ifdef HW_RVL
|
||||
|
Loading…
Reference in New Issue
Block a user