Go to the source code of this file.
◆ pspUtilityGameSharingParams
Structure to hold the parameters for Game Sharing.
◆ 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 | |
◆ 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()
Init the game sharing.
- Parameters
-
params | - game sharing parameters |
- Returns
- 0 on success, < 0 on error.
◆ sceUtilityGameSharingShutdownStart()
void sceUtilityGameSharingShutdownStart |
( |
void |
| ) |
|
◆ sceUtilityGameSharingUpdate()
void sceUtilityGameSharingUpdate |
( |
int |
n | ) |
|
Refresh the GUI for game sharing.
- Parameters
-