Line 72:
Line 72:
ios_ioctlv( fd, 0x3D, 0, 1, vec); // wrapper for syscall 5c
ios_ioctlv( fd, 0x3D, 0, 1, vec); // wrapper for syscall 5c
// the following functions are only available in IOS37+ but not in IOS38
// the following functions are only available in IOS37+ but not in IOS38
−
ios_ioctlv( fd, 0x3E, 2, 0, vec); // Unknown
+
ios_ioctlv( fd, 0x3E, 2, 0, vec); // Unknown ... Deletes a content from a title's private directory
// the following functions are only available in IOS37v3609+ but not in IOS38
// the following functions are only available in IOS37v3609+ but not in IOS38
ios_ioctlv( fd, 0x3F, ?, ?, vec); // non-existant ioctl why? ... because.
ios_ioctlv( fd, 0x3F, ?, ?, vec); // non-existant ioctl why? ... because.