dolphin/Source/Core/DolphinWX/Config
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
..
AdvancedConfigPane.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
AdvancedConfigPane.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
AudioConfigPane.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02: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 Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
GameCubeConfigPane.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
GeneralConfigPane.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
GeneralConfigPane.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
InterfaceConfigPane.cpp Rewrite FileSearch and improve ScanDirectoryTree. 2015-05-28 19:14:42 -04:00
InterfaceConfigPane.h DolphinWX: Drop dead hotkey button. 2015-05-26 15:50:15 +02:00
PathConfigPane.cpp Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
PathConfigPane.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
WiiConfigPane.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
WiiConfigPane.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00