dolphin/Source/Core/DolphinWX/Config
comex c22d1d68ab Mark which Wii root to use in the NAND path code.
It's used by both the GUI to do things like install WADs and check up on
the system menu, in which case the global root should be used, and by
/dev/es, in which case the local one should.  The latter isn't
*terribly* useful today, since no contents will ever be installed in
temporary roots (although it's still relevant for data directories), but
converting the whole thing makes sense because then it will Just Work
once the entire NAND is synced.

Because it would have been a bit of work to split it up (but I can if
desired), this commit also contains some basic cleanup of
NANDContentLoader:

(1) The useless interface class INANDContentLoader is removed and the
    methods are changed to just return CNANDContentLoader (the only
    implementation);
(2) CNANDContentManager is changed to use unique_ptr and cleaned up a
    bit.
2015-10-16 09:10:39 +02:00
..
AdvancedConfigPane.cpp Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
AdvancedConfigPane.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
AudioConfigPane.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
AudioConfigPane.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
ConfigMain.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ConfigMain.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
GameCubeConfigPane.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
GameCubeConfigPane.h GameCube Config: Add option to override the NTSC auto language change. 2015-06-11 18:40:41 +02:00
GeneralConfigPane.cpp CachedInterpreter: New kind of jit which always fallback to interpreter. 2015-07-22 23:19:20 +02:00
GeneralConfigPane.h Fixed translation of strings at runtime. 2015-06-07 20:38:36 +12:00
InterfaceConfigPane.cpp FileSearch: Don't use RegExs, just do string comparisons. 2015-09-27 13:25:51 -04:00
InterfaceConfigPane.h DolphinWX: Drop dead hotkey button. 2015-05-26 15:50:15 +02:00
PathConfigPane.cpp Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
PathConfigPane.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
WiiConfigPane.cpp Config: Add a boolean for PAL60, like the Progressive Scan one. 2015-06-13 02:09:19 +02:00
WiiConfigPane.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00