Closed Yardape8000 closed 8 years ago
@Yardape8000 Out of curiosity, where is this file stored in the SD card? (I am not related to the people behind this software, I am just curious)
"sd:/wiiu/apps/ddd/serverIpAddress.hex"
Great, thanks. Though why did you decide to store it in binary. Lets just store it as string in a text file. I think that is more user friendly. If you want to do it go ahead. Otherwise I will merge your pull request and adapt it.
I left it as binary, because it was the easiest to save and I figured it could easily be modified when ddd starts. Feel free to modify it.
Alright. The code looks good for now. I might change it to string in the future though.
Hi,
Thank you for your work. after Using the v0.3 release and dumping MK8 code folder, i don't found the serverIpAddress.hex in my sd:/wiiu/apps/ddd/. Is it normal or have i made something wrong.
Thanks for revert Regards
It will come in ddd v0.4 or ddd 0.3 rc_4. If you can't hesitate, then go compile it from source. That means it is normal.
The FS folder is from loadiine_gx2. Only the files needed to mount SD are used. I believe I added mount/unmount in the best location in main.c.