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

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.",