Function psp::sys::sceIoSync

source ·
#[no_mangle]
pub unsafe extern "C" fn sceIoSync(device: *const u8, unk: u32) -> i32
Expand description

Synchronise the file data on the device.

§Parameters

  • device: The device to synchronise (e.g. msfat0:)
  • unk: Unknown

§Return value

???