dolphin/Source/Core
comex dc91e8b607 Add a mode to use a dummy Wii NAND.
Eventually, netplay will be able to use the host's NAND, but this could
still be useful in some cases; for TAS it definitely makes sense to have
a way to avoid using any preexisting NAND.

In terms of implementation: remove D_WIIUSER_IDX, which was just WIIROOT
+ "/", as well as some other indices which are pointless to have as
separate variables rather than just using the actual path (fixed, since
they're actual Wii NAND paths) at the call site.  Then split off
D_SESSION_WIIROOT_IDX, which can point to the dummy NAND directory, from
D_WIIROOT_IDX, which always points to the "real" one the user
configured.
2015-05-28 19:14:42 -04:00
..
AudioCommon Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Common Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
Core Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
DiscIO Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
DolphinQt Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
DolphinWX Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
InputCommon Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
UICommon Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
VideoBackends Rewrite FileSearch and improve ScanDirectoryTree. 2015-05-28 19:14:42 -04:00
VideoCommon Rewrite FileSearch and improve ScanDirectoryTree. 2015-05-28 19:14:42 -04:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00