Skip to content

Commit 3fa3a64

Browse files
committed
feat(umd): Add sceUmdSetDriveStatus
1 parent 5f75c74 commit 3fa3a64

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/umd/pspumd.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,14 @@ int sceUmdCancelWaitDriveStat(void);
162162
*/
163163
int sceUmdGetDriveStat(void);
164164

165-
/**
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+
/**
166173
* Get the error code associated with a failed event
167174
*
168175
* @return < 0 on error, the error code on success

0 commit comments

Comments
 (0)