Function ACTA_SetDefaultHostServerSettingsStr

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

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

ยงArguments

  • 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.