Function ctru_sys::FRD_GetMyPreference
source · pub unsafe extern "C" fn FRD_GetMyPreference(
isPublicMode: *mut bool,
isShowGameName: *mut bool,
isShowPlayedGame: *mut bool
) -> Result
Expand description
Gets the current user’s privacy information.
§Arguments
isPublicMode
- Determines whether friends are notified of the current user’s online status.isShowGameName
- Determines whether friends are notified of the application that the current user is running.isShowPlayedGame
- Determiens whether to display the current user’s game history.