pub unsafe extern "C" fn ACTA_ReloadAndBlockSaveData(
unloadFinishedEvent: Handle,
remountAndBlockEvent: Handle,
) -> ResultExpand description
Cancels any running HTTP requests, saves all pending changes to the system save data, then signals unloadFinishedEvent. Then, waits for remountAndBlockEvent, and once this has been signaled, remounts the system save, and blocks subsequent attempts to save the system save data (which can be bypassed by entering and exiting sleep mode).
ยงArguments
unloadFinishedEvent- The event handle for ACT to signal once it has saved pending changes and has unmounted its system save.remountAndBlockEvent- The event handle for the caller to signal once ACT should remount its save data and block subsequent save attempts.