dolphin/Source/Core/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
..
Boot Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
Debugger
DSP Merge pull request #3129 from lioncash/mailbox 2015-10-03 19:04:35 -07:00
FifoPlayer Common: Move asserts to their own header 2015-09-26 18:51:27 -04:00
HLE Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
HW Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
IPC_HLE Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
PowerPC HostGetString: Actually fill a string with data 2015-09-28 05:40:52 +02:00
ActionReplay.cpp Get rid of some casts used with logging for size_t 2015-09-28 08:43:53 -04:00
ActionReplay.h
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp
BootManager.h
CMakeLists.txt mbedTLS: adapt Dolphin code 2015-09-26 07:09:19 +02:00
ConfigManager.cpp Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
ConfigManager.h Common: Move NonCopyable to its own header 2015-09-26 18:50:35 -04:00
Core.cpp Fix building with PCH disabled. 2015-09-28 11:51:08 -05:00
Core.h
Core.vcxproj mbedTLS: adapt Dolphin's Visual Studio files 2015-09-25 03:46:41 +02:00
Core.vcxproj.filters
CoreTiming.cpp Partially revert "General: Toss out PRI macro usage" 2015-09-11 09:49:00 -04:00
CoreTiming.h
DSPEmulator.cpp
DSPEmulator.h
ec_wii.cpp Merge pull request #3091 from Tilka/mbedtls 2015-10-03 18:00:58 -07:00
ec_wii.h
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h
HotkeyManager.cpp Merge pull request #3076 from void-ghost/stereo3d_presets 2015-10-03 18:10:23 -07:00
HotkeyManager.h VideoConfig/LocalConfig/HotkeyManager: Added hotkeys for switching stereo-3d presets. 2015-09-24 15:19:55 +03:00
MachineContext.h
MemTools.cpp Core: Replace 0 literals with nullptr 2015-10-02 22:06:17 -04:00
MemTools.h
Movie.cpp Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
Movie.h
NetPlayClient.cpp Merge pull request #2873 from lioncash/netleaks 2015-09-16 21:56:17 +02:00
NetPlayClient.h General: Remove unimplemented function prototypes 2015-09-05 22:01:07 -04:00
NetPlayProto.h
NetPlayServer.cpp Merge pull request #3123 from lioncash/null 2015-10-03 16:19:46 +13:00
NetPlayServer.h Add missing override specifiers 2015-09-05 22:40:19 -04:00
PatchEngine.cpp
PatchEngine.h
State.cpp Merge pull request #3095 from void-ghost/savestate_race_condition_fix 2015-10-03 18:08:33 -07:00
State.h