mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-25 08:01:45 +00:00
Some poorly coded games are able to overflow some statistics (e.g. Jimmy Neutron: Boy Genius's title screen). While funny, signed integer overflow is undefined behavior, and while in practice here it's extremely unlikely to cause issues, it's still better to avoid it.