diff --git a/src/umd/pspumd.h b/src/umd/pspumd.h index c4ff4704f1..cb62b3d439 100644 --- a/src/umd/pspumd.h +++ b/src/umd/pspumd.h @@ -162,7 +162,14 @@ int sceUmdCancelWaitDriveStat(void); */ int sceUmdGetDriveStat(void); -/** +/** + * Sets the current state of the UMD drive. + * + * @param status The UMD state to set. One or more of ::pspUmdState. + */ +void sceUmdSetDriveStatus(int status); + +/** * Get the error code associated with a failed event * * @return < 0 on error, the error code on success