dolphin/Source/Core/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
..
Boot specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
Debugger DebugInterface: Make GetRawMemoryString return a std::string 2016-10-07 10:26:26 -04:00
DSP Merge pull request #4594 from lioncash/regcache 2017-01-06 13:01:40 +01:00
FifoPlayer specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
HLE HLE: Add explicit initializers for OSBreakPoints' stub entry 2017-01-05 14:15:45 -05:00
HW Merge pull request #4606 from BhaaLseN/clang-format-union 2017-01-05 14:27:27 -05:00
IPC_HLE IOS HLE: HID: Remove left-over align function 2017-01-08 00:36:04 +01:00
PowerPC Merge pull request #4624 from leoetlino/jit-warning-fixes 2017-01-08 13:19:16 +13:00
ActionReplay.cpp specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
ActionReplay.h
Analytics.cpp VideoConfig: Remove fullscreen flags. 2016-11-11 20:36:09 +01:00
Analytics.h
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp DiscIO/SConfig: Rename GetUniqueID to GetGameID 2016-10-29 15:24:02 +02:00
BootManager.h Don't read/store settings directly from/to SYSCONF 2016-10-08 14:37:55 +02:00
CMakeLists.txt JitRegCache: Separate FPURegCache and GPRRegCache into their own files 2016-12-28 17:47:25 -05:00
ConfigManager.cpp ConfigManager: Don't overwrite the SYSCONF country 2017-01-08 01:28:43 +01:00
ConfigManager.h DolphinWX: Add 'DisableTooltips' config option 2016-12-07 13:20:37 -05:00
Core.cpp IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files 2016-11-05 03:12:07 -04:00
Core.h
Core.vcxproj JitRegCache: Separate FPURegCache and GPRRegCache into their own files 2016-12-28 17:47:25 -05:00
Core.vcxproj.filters JitRegCache: Separate FPURegCache and GPRRegCache into their own files 2016-12-28 17:47:25 -05:00
CoreTiming.cpp
CoreTiming.h
DSPEmulator.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPEmulator.h DSPEmulator: Move common variable into base class 2016-10-07 08:55:54 -04:00
ec_wii.cpp
ec_wii.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h Host: Remove the Host_RequestFullscreen() method. 2016-11-11 20:36:09 +01:00
HotkeyManager.cpp Merge pull request #4595 from aldelaro5/add-debugger-hotkeys 2017-01-05 14:33:10 -05:00
HotkeyManager.h Merge pull request #4595 from aldelaro5/add-debugger-hotkeys 2017-01-05 14:33:10 -05:00
MachineContext.h
MemoryWatcher.cpp
MemoryWatcher.h
MemTools.cpp
MemTools.h
Movie.cpp Add missing new lines for OSD 2017-01-04 10:49:52 -05:00
Movie.h Movie: Replace incorrect name and comment for numControllers 2016-12-24 18:27:56 +01:00
NetPlayClient.cpp EXI_DeviceIPL: Unify GetGCTime epoch handling 2016-10-29 18:30:00 +02:00
NetPlayClient.h HW: Change u8 pad specifier params to int where applicable 2016-10-07 08:14:12 -04:00
NetPlayProto.h EXI_DeviceIPL: Unify GetGCTime epoch handling 2016-10-29 18:30:00 +02:00
NetPlayServer.cpp EXI_DeviceIPL: Unify GetGCTime epoch handling 2016-10-29 18:30:00 +02:00
NetPlayServer.h
PatchEngine.cpp Change the patch engine log to be debug level log 2016-11-23 00:58:07 -05:00
PatchEngine.h PatchEngine: Get rid of a global variable 2017-01-03 18:59:33 -05:00
State.cpp IOS HLE: Remove s_es_inuse 2017-01-05 01:04:19 +01:00
State.h