Skip to content
Permalink
Browse files
Fix NandPaths.cpp for offline Wii remotes
  • Loading branch information
Nick Reynolds authored and Nick Reynolds committed Oct 12, 2016
1 parent 2887440 commit 89e461a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -43,7 +43,7 @@ void InitializeWiiRoot(bool use_dummy)
}
else
{
File::SetUserPath(D_SESSION_WIIROOT_IDX, s_temp_wii_root);
File::SetUserPath(D_SESSION_WIIROOT_IDX, File::GetUserPath(D_WIIROOT_IDX));
}
}

0 comments on commit 89e461a

Please sign in to comment.