Removed all-ones signatures at the end of controller latch phase for normal joypads
This commit is contained in:
parent
a2c541b5a0
commit
5af4dcbd6a
|
@ -137,9 +137,6 @@ public:
|
|||
|
||||
// Pushing input code into the port
|
||||
port = code;
|
||||
|
||||
// Adding joypad signature
|
||||
port |= ~0xFF;
|
||||
}
|
||||
|
||||
// If its fourscore, its like two joypads separated by a |
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -5,5 +5,5 @@
|
|||
"Sequence File": "superOffroad.anyPercent.sol",
|
||||
"Disable State Blocks": [ "HEAD", "SRAM", "CHRR", "SPRT", "CTRL" ],
|
||||
"Controller 1 Type": "Joypad",
|
||||
"Controller 2 Type": "Joypad"
|
||||
"Controller 2 Type": "None"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue