mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
5642772ec4
1. Comparing string_views does not behave the same as strncmp in the case where SConfig's game ID is longer than 6 chars. 2. DTMHeader::GetGameID wasn't excluding null bytes for game IDs shorter than 6 chars. 3. == was accidentally used instead of !=.