dolphin/Source/Core
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
..
AudioCommon Merge pull request #3105 from phire/dont_block 2015-10-03 17:55:26 -07:00
Common Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
Core Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
DiscIO Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
DolphinQt Merge pull request #3075 from waddlesplash/no-regexp 2015-10-02 04:00:23 +13:00
DolphinWX Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
InputCommon Merge pull request #3128 from lioncash/unique 2015-10-03 19:08:00 -07:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends Merge pull request #3076 from void-ghost/stereo3d_presets 2015-10-03 18:10:23 -07:00
VideoCommon VideoCommon: Silence -Wsign-compare warnings. 2015-10-03 20:32:16 -05:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00