PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
psputility_gamesharing.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _pspUtilityGameSharingParams
 Structure to hold the parameters for Game Sharing. More...
 

Typedefs

typedef struct _pspUtilityGameSharingParams pspUtilityGameSharingParams
 Structure to hold the parameters for Game Sharing.
 

Enumerations

enum  pspUtilityGameSharingMode { PSP_UTILITY_GAMESHARING_MODE_SINGLE = 1 , PSP_UTILITY_GAMESHARING_MODE_MULTIPLE = 2 }
 
enum  pspUtilityGameSharingDataType { PSP_UTILITY_GAMESHARING_DATA_TYPE_FILE = 1 , PSP_UTILITY_GAMESHARING_DATA_TYPE_MEMORY = 2 }
 

Functions

int sceUtilityGameSharingInitStart (pspUtilityGameSharingParams *params)
 Init the game sharing.
 
void sceUtilityGameSharingShutdownStart (void)
 Shutdown game sharing.
 
int sceUtilityGameSharingGetStatus (void)
 Get the current status of game sharing.
 
void sceUtilityGameSharingUpdate (int n)
 Refresh the GUI for game sharing.
 

Typedef Documentation

◆ pspUtilityGameSharingParams

Structure to hold the parameters for Game Sharing.

Enumeration Type Documentation

◆ pspUtilityGameSharingDataType

Enumerator
PSP_UTILITY_GAMESHARING_DATA_TYPE_FILE 
PSP_UTILITY_GAMESHARING_DATA_TYPE_MEMORY 

◆ pspUtilityGameSharingMode

Enumerator
PSP_UTILITY_GAMESHARING_MODE_SINGLE 
PSP_UTILITY_GAMESHARING_MODE_MULTIPLE 

Function Documentation

◆ sceUtilityGameSharingGetStatus()

int sceUtilityGameSharingGetStatus ( void  )

Get the current status of game sharing.

Returns
2 if the GUI is visible (you need to call sceUtilityGameSharingGetStatus). 3 if the user cancelled the dialog, and you need to call sceUtilityGameSharingShutdownStart. 4 if the dialog has been successfully shut down.

◆ sceUtilityGameSharingInitStart()

int sceUtilityGameSharingInitStart ( pspUtilityGameSharingParams params)

Init the game sharing.

Parameters
params- game sharing parameters
Returns
0 on success, < 0 on error.

◆ sceUtilityGameSharingShutdownStart()

void sceUtilityGameSharingShutdownStart ( void  )

Shutdown game sharing.

◆ sceUtilityGameSharingUpdate()

void sceUtilityGameSharingUpdate ( int  n)

Refresh the GUI for game sharing.

Parameters
n- unknown, pass 1