dolphin/Source/Core/DolphinQt
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
..
GameList Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
Resources Fixes from @comex to add the app bundle and icon on Mac. 2014-10-25 21:17:32 -04:00
Utils Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
VideoInterface Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
AboutDialog.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
AboutDialog.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
AboutDialog.ui Fixes to the About dialog & add the SystemInfo dialog. 2014-10-25 20:59:07 -04:00
CMakeLists.txt CMake: simplify some expressions 2015-01-03 13:17:57 +01:00
DolphinQt.vcxproj Revert "Merge pull request #1903 from RisingFog/libav" 2015-01-26 02:35:29 +01:00
DolphinQt.vcxproj.filters DolphinQt: GameList! 2014-11-21 18:36:49 -05:00
DolphinQt.vcxproj.user DolphinQt: GameList! 2014-11-21 18:36:49 -05:00
Host.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
Info.plist.in Fixes from @comex to add the app bundle and icon on Mac. 2014-10-25 21:17:32 -04:00
Main.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
MainWindow.cpp Merge pull request #2390 from darkengine-io/new-qt 2015-05-25 23:45:21 -04:00
MainWindow.h Merge pull request #2390 from darkengine-io/new-qt 2015-05-25 23:45:21 -04:00
MainWindow.ui Qt: add proper keyboard shortcuts from wx 2015-05-10 13:57:45 -07:00
SystemInfo.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
SystemInfo.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
SystemInfo.ui Fixes to the About dialog & add the SystemInfo dialog. 2014-10-25 20:59:07 -04:00