Function psp::sys::sceGeEdramSetAddrTranslation

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

Set the eDRAM address translation mode.

§Parameters

  • width: 0 to not set the translation width, otherwise 512, 1024, 2048 or 4096.

§Return value

The previous width if it was set, otherwise 0, <0 on error.