dolphin/Source/Core
Léo Lam 1f9269d0ea ConfigManager: Don't overwrite the SYSCONF country
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.
2017-01-08 01:28:43 +01:00
..
AudioCommon Display warning when dumping audio if file exists 2016-12-17 22:45:01 -05:00
Common Merge pull request #4624 from leoetlino/jit-warning-fixes 2017-01-08 13:19:16 +13:00
Core ConfigManager: Don't overwrite the SYSCONF country 2017-01-08 01:28:43 +01:00
DiscIO DiscScrubber: Don't take SFileInfo instances by value 2017-01-04 20:12:49 -05:00
DolphinQt2 Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DolphinWX Add the g_ prefix to the jit global 2017-01-07 23:19:49 +01:00
InputCommon macOS: Add missing includes to fix no-PCH build 2017-01-02 11:45:24 +11:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends OGL: Use VideoCommon blend state for framebuffer configuration. 2017-01-06 14:01:39 +01:00
VideoCommon BlendState: Use masking as a fastpath for the logic op NO_OP. 2017-01-06 14:01:39 +01:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00