/** * 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); }