2 parents 5f75c74 + 3fa3a64 commit 09f02b8Copy full SHA for 09f02b8
1 file changed
src/umd/pspumd.h
@@ -162,7 +162,14 @@ int sceUmdCancelWaitDriveStat(void);
162
*/
163
int sceUmdGetDriveStat(void);
164
165
-/**
+/**
166
+ * Sets the current state of the UMD drive.
167
+ *
168
+ * @param status The UMD state to set. One or more of ::pspUmdState.
169
+ */
170
+void sceUmdSetDriveStatus(int status);
171
+
172
173
* Get the error code associated with a failed event
174
*
175
* @return < 0 on error, the error code on success
0 commit comments