Function psp::sys::sceUsbstorBootSetCapacity

source ·
#[no_mangle]
pub unsafe extern "C" fn sceUsbstorBootSetCapacity(size: u32) -> i32
Expand description

Tell the USBstorBoot driver the size of MS

§Note

I’m not sure if this is the actual size of the media or not as it seems to have no bearing on what size windows detects. PSPPET passes 0x800000.

§Parameters

  • size: capacity of memory stick

§Return Value

0 on success