add WIIUSGN:000

This commit is contained in:
wish
2023-07-03 03:59:00 +10:00
parent d130233860
commit 76a3d73102

View File

@@ -60,7 +60,7 @@ func (s *Session) handlePacket(pkt []byte) error {
case "VITASGN:100":
s.client = VITA
s.handlePSSGN(bf)
case "WIIUSGN:100":
case "WIIUSGN:100", "WIIUSGN:000":
s.client = WIIU
s.handleWIIUSGN(bf)
case "DELETE:100":