mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-10 22:52:58 +02:00
SendGameStatus() was writing SyncIdentifierComparison as a u32 but the server reads it as a u8 enum, so the server always gets 0 (SameGame). This bug was introduced in commit 66276ac.