Function sceKernelSetCompiledSdkVersion

Source
#[no_mangle]
pub unsafe extern "C" fn sceKernelSetCompiledSdkVersion(
    version: u32,
) -> i32
Expand description

Set the version of the SDK with which the caller was compiled.

Version numbers are the same as for sceKernelDevkitVersion.

ยงReturn Value

0 on success, < 0 on error.