ISFS_Read not returning buffer (HB) - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Code Support / Help / Requests (https://mariokartwii.com/forumdisplay.php?fid=61) +--- Thread: ISFS_Read not returning buffer (HB) (/showthread.php?tid=1902) |
ISFS_Read not returning buffer (HB) - jawa - 10-10-2021
RE: ISFS_Read not returning buffer (HB) - Vega - 10-10-2021 EDIT: Moved thread to appropriate sub forum. Here's a list of ISFS (IOS) error returns you could use to see what the exact issue is on any ISFS call. https://www.wiibrew.org/wiki//dev/fs Scroll down to /dev/fs error codes Also a plain jane ISFS_Read call returns the amount of bytes read (dumped to memory). It should always match the 3rd arg/parameter of when you called ISFS_Read. |