Go to the source code of this file.
Definitions for libcdvd on the EE
Definition in file libcdvd.h.
◆ sceCdReadIOPMem()
| int sceCdReadIOPMem |
( |
u32 | lbn, |
|
|
u32 | sectors, |
|
|
void * | buf, |
|
|
sceCdRMode * | mode ) |
|
extern |
read data to iop memory
- Parameters
-
| lbn | sector location to read from |
| sectors | number of sectors to read |
| buf | buffer to read to (in iop memory) |
| mode | read mode |
- Returns
- 1 if successful, 0 if error
◆ sceCdNCmdDiskReady()
| int sceCdNCmdDiskReady |
( |
void | | ) |
|
|
extern |
wait for disc to finish all n-commands (shouldnt really need to call this yourself)
- Returns
- SCECdNotReady (6) if busy; SCECdComplete (2) if ready; 0 if error
◆ sceCdSpinCtrlEE()
| int sceCdSpinCtrlEE |
( |
u32 | speed | ) |
|
|
extern |
Controls spindle speed? Not sure what it really does. SUPPORTED IN XCDVDMAN/XCDVDFSV ONLY
- Parameters
-
- Returns
- 1 on success, 0 on failure.