How would download a file to the wii's SD card using c++ (homebrew) - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Coding & Hacking General Discussion (https://mariokartwii.com/forumdisplay.php?fid=23) +--- Thread: How would download a file to the wii's SD card using c++ (homebrew) (/showthread.php?tid=1817) |
How would download a file to the wii's SD card using c++ (homebrew) - jawa - 04-11-2021 The title explains everything RE: How would download a file to the wii's SD card using c++ (homebrew) - Vega - 04-11-2021 Try this - http://www.codemii.com/2009/03/02/tutorial-10-using-the-filesystem/ It's something similar to what Seeky gave me when I needed to play with files on the SD card on an old HBC app. |