mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-23 20:39:22 -06:00
On locales that don't use period as a separator this would break us. For vector values in a configuration, we use comma as a separator which causes the configuration to balloon to massive sizes due to never saving them correctly. Loading would then break since it would load a million configuration options. Fixes issue #7569.