What's the PSP SDK fsync (unistd.h) equivalent?
Thanks
PSP equivalent for fsync?
I'm not sure it is. I need a routine that'll flush the contents of a file pointed to by a file descriptor (like fflush, but with a FD). Looks like sceIoSync flushes all the pending writes to a device? Not sure, the documentation doesn't seem to answer this fully.Insert_witty_name wrote:sceIoSync() looks likely.