コード例 #1
0
ファイル: sceNetAdhocctl.cs プロジェクト: mrcmunir/cspspemu
 /**
  * Get game mode information
  *
  * @param gamemodeinfo - Pointer to store the info.
  *
  * @return 0 on success, < 0 on error.
  */
 public int sceNetAdhocctlGetGameModeInfo(SceNetAdhocctlGameModeInfo *gamemodeinfo)
 {
     throw(new NotImplementedException());
 }
コード例 #2
0
 public int sceNetAdhocctlGetGameModeInfo(SceNetAdhocctlGameModeInfo *gamemodeinfo)
 {
     return(0);
 }