Function ACTA_SetHostServerSettingsStr

Source
pub unsafe extern "C" fn ACTA_SetHostServerSettingsStr(
    accountSlot: u8_,
    nnasSubdomain: *mut ActNnasSubdomain,
    nfsTypeStr: *mut NfsTypeStr,
) -> Result
Expand description

Sets server environment settings (in string form) for a specific account. This will also update CFG configuration block 0x150002 accordingly.

ยงArguments

  • accountSlot - The account slot number of the account to set the host server settings for.
  • nnasSubdomain - Pointer to the new NNAS (Nintendo Network Authentication Server) subdomain to use.
  • nfsTypeStr - Pointer to the new NFS (Nintendo Friend Server) type to use.