Skip to content

Commit 09f02b8

Browse files
authored
chore: Merge pull request #384 from pspdev/grayjack-sceUmdSetDriveStatus
feat(umd): Add `sceUmdSetDriveStatus`
2 parents 5f75c74 + 3fa3a64 commit 09f02b8

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)