Go to the source code of this file.
Typedef Documentation
Structure to hold the parameters for Game Sharing.
Enumeration Type Documentation
- Enumerator:
PSP_UTILITY_GAMESHARING_DATA_TYPE_FILE |
|
PSP_UTILITY_GAMESHARING_DATA_TYPE_MEMORY |
|
- Enumerator:
PSP_UTILITY_GAMESHARING_MODE_SINGLE |
|
PSP_UTILITY_GAMESHARING_MODE_MULTIPLE |
|
Function Documentation
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.
Init the game sharing.
- Parameters
-
params | - game sharing parameters |
- Returns
- 0 on success, < 0 on error.
void sceUtilityGameSharingShutdownStart |
( |
void |
| ) |
|
void sceUtilityGameSharingUpdate |
( |
int |
n | ) |
|
Refresh the GUI for game sharing.
- Parameters
-