예제 #1
0
 /**
  * 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());
 }
 public int sceNetAdhocctlGetGameModeInfo(SceNetAdhocctlGameModeInfo *gamemodeinfo)
 {
     return(0);
 }