GPCM: Only display setup msg for Dolphin device ID

This commit is contained in:
Palapeli 2025-12-28 15:20:33 -05:00
parent dbb52c6ac3
commit cf3a2edd3e
No known key found for this signature in database
GPG Key ID: 1FFE8F556A474925

View File

@ -460,7 +460,7 @@ func (g *GameSpySession) performLoginWithDatabase(userId uint64, gsbrCode string
})
}
} else if err == database.ErrProhibitedDeviceID {
if strings.HasPrefix(g.HostPlatform, "Dolphin") {
if strings.HasPrefix(g.HostPlatform, "Dolphin") && deviceId == 0x0403ac68 {
g.replyError(GPError{
ErrorCode: ErrLogin.ErrorCode,
ErrorString: "Prohibited device ID used in signature.",