Function FRDA_UpdatePreference

Source
pub unsafe extern "C" fn FRDA_UpdatePreference(
    isPublicMode: bool,
    isShowGameMode: bool,
    isShowPlayedMode: bool,
) -> Result
Expand description

Updates the current user’s friend list preferences.

§Arguments

  • isPublicMode - Whether or not the online status should be public.
  • isShowGameMode - Whether or not the currently played game is shown.
  • isShowPlayedMode - Whether or not the play history is shown.