|
PS2SDK
PS2 Homebrew Libraries
|
#include <libcdvd-common.h>
Include dependency graph for libcdvd.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | sceCdReadIOPMem (u32 lbn, u32 sectors, void *buf, sceCdRMode *mode) |
| int | sceCdNCmdDiskReady (void) |
| int | sceCdSpinCtrlEE (u32 speed) |
Definitions for libcdvd on the EE
Definition in file libcdvd.h.
| int sceCdReadIOPMem | ( | u32 | lbn, |
| u32 | sectors, | ||
| void * | buf, | ||
| sceCdRMode * | mode | ||
| ) |
read data to iop memory
| lbn | sector location to read from |
| sectors | number of sectors to read |
| buf | buffer to read to (in iop memory) |
| mode | read mode |
| int sceCdNCmdDiskReady | ( | void | ) |
wait for disc to finish all n-commands (shouldnt really need to call this yourself)
| int sceCdSpinCtrlEE | ( | u32 | speed | ) |
Controls spindle speed? Not sure what it really does. SUPPORTED IN XCDVDMAN/XCDVDFSV ONLY
| speed | Speed mode. |