mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-28 00:35:32 +01:00
1f9269d0ea
Currently, the country is always overridden depending on the Wii language setting. This makes it impossible to change the country independently from the language, unlike on a Wii, since a language will always be associated to an unique country (which is hardcoded in Dolphin's codebase). This behaviour was added in c881262 and changed in PR 4319 to happen every time emulation is started. It doesn't seem to be needed anymore, as a quick testing shows that a Japanese system menu is able to load in Japanese even with the region set to France, or anything other than Japan in fact. So what this commit changes is drop this code. Fixes issue 9884.