Function psp::sys::sceUtilitySavedataGetStatus

source ·
#[no_mangle]
pub unsafe extern "C" fn sceUtilitySavedataGetStatus() -> i32
Expand description

Check the current status of the saving/loading/shutdown process Continue calling this to check current status of the process before calling this call also sceUtilitySavedataUpdate

§Return Value

  • 2 if the process is still being processed.
  • 3 on save/load success, then you can call sceUtilitySavedataShutdownStart.
  • 4 on complete shutdown.