dolphin/Source/Core
Léo Lam 47ee5ac284 WiiRoot: Fix empty files being created when source is missing
CopyNandFile must not create empty files on the destination filesystem
if the source file doesn't exist.

Otherwise, this can lead to an empty Mii database being created in the
session Wii root if there's no database in the configured Wii root and
netplay or Movie is used -- that database would then be copied back to
the configured root, which causes games like MKW to complain about
corrupted Mii data even when the player has stopped using netplay.

This commit also simplifies CreateFullPath usage.
There's no need to manually extract the directory from the path,
FS::CreateFullPath does it automatically just like File::CreateFullPath
2020-05-09 16:47:45 +02:00
..
AudioCommon Externals: Fix OpenAL include directory. 2020-04-29 13:07:51 +02:00
Common Debugger: Add a Thread widget 2020-05-03 20:48:30 +04:00
Core WiiRoot: Fix empty files being created when source is missing 2020-05-09 16:47:45 +02:00
DiscIO DiscIO: Implement multithreaded compression 2020-05-06 14:18:51 +02:00
DolphinNoGUI Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
DolphinQt Merge pull request #8744 from cristian64/save_restore_netplay_browser_settings 2020-05-04 00:50:26 +02:00
InputCommon Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
MacUpdater
UICommon Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
UpdaterCommon Fix windows build system. 2020-04-29 12:56:52 +02:00
VideoBackends Fix windows build system. 2020-04-29 12:56:52 +02:00
VideoCommon Fix Windows CMake build errors 2020-05-03 14:10:24 +02:00
WinUpdater Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CMakeLists.txt