Home
last modified time | relevance | path

Searched refs:gameMode (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/include/nn/friends/CTR/
Dfriends_Types.h167 …nnfriendsGameMode gameMode; //!< 自分がフレンドに公開しているゲームモード情… member
177 nnfriendsGameMode gameMode; //!< フレンドが公開しているゲームモード情報が入っています。 member
Dfriends_Api.h71 …Result UpdateGameMode( const GameMode& gameMode, const char16 description[MODE_DESCRIPTION_SIZE] );
485 …Result UpdateGameMode( const GameMode& gameMode, const char16 description[MODE_DESCRIPTION_SIZE] );
486 …inline Result UpdateGameMode( const GameMode& gameMode, const char16 description[MODE_DESCRIPTION_… in UpdateGameMode() argument
488 return detail::UpdateGameMode( gameMode, description ); in UpdateGameMode()