Skip to content

Commit c6cae96

Browse files
committed
Revert "GPCM: Only display setup msg for Dolphin device ID"
This reverts commit cf3a2ed.
1 parent bca085f commit c6cae96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpcm/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ func (g *GameSpySession) performLoginWithDatabase(userId uint64, gsbrCode string
490490
})
491491
}
492492
} else if err == database.ErrProhibitedDeviceID {
493-
if strings.HasPrefix(g.HostPlatform, "Dolphin") && deviceId == 0x0403ac68 {
493+
if strings.HasPrefix(g.HostPlatform, "Dolphin") {
494494
g.replyError(GPError{
495495
ErrorCode: ErrLogin.ErrorCode,
496496
ErrorString: "Prohibited device ID used in signature.",

0 commit comments

Comments
 (0)