Revert "GPCM: Only display setup msg for Dolphin device ID"

This reverts commit cf3a2edd3e.
This commit is contained in:
Palapeli 2026-01-02 14:13:45 -05:00
parent bca085f2bd
commit c6cae968fb
No known key found for this signature in database
GPG Key ID: 1FFE8F556A474925

View File

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