mirror of https://github.com/bsnes-emu/bsnes.git
Minor SGB change.
This commit is contained in:
parent
556ab4c809
commit
03aaaba889
|
@ -91,7 +91,7 @@ auto ICD::joypWrite(bool p14, bool p15) -> void {
|
|||
if(p14 == 0 && p15 == 1) {
|
||||
if((joypPacket[0] >> 3) == 0x11) {
|
||||
mltReq = joypPacket[1] & 3;
|
||||
joypID = 0;
|
||||
joypID = 3;
|
||||
}
|
||||
|
||||
if(packetSize < 64) packet[packetSize++] = joypPacket;
|
||||
|
|
Loading…
Reference in New Issue