Function ACT_SetNfsPassword

Source
pub unsafe extern "C" fn ACT_SetNfsPassword(
    accountSlot: u8_,
    password: *mut c_char,
) -> Result
Expand description

Sets the NFS (Nintendo Friend Server) password for a certain account.

ยงArguments

  • accountSlot - The account slot number of the account to set the NfsPassword for.
  • password - Pointer to the new NFS password to use.