Function ACTA_SetHostServerSettings

Source
pub unsafe extern "C" fn ACTA_SetHostServerSettings(
    accountSlot: u8_,
    nnasType: u8_,
    nfsType: u8_,
    nfsNo: u8_,
) -> Result
Expand description

Sets server environment settings 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.
  • nnasType - The NNAS (Nintendo Network Authentication Server) type.
  • nfsType - The NFS (Nintendo Friend Server) type.
  • nfsNo - The NFS (Nintendo Friend Server) number.