|
Nugget
|
#include "shell/cdrom.h"#include "common/hardware/cdrom.h"#include "common/hardware/dma.h"#include "common/hardware/hwregs.h"#include "common/syscalls/syscalls.h"#include "common/util/util.h"
Macros | |
| #define | printf(...) |
Enumerations | |
| enum | CdState { CD_ERROR , CD_RESET , CD_INIT , CD_GETTN , CD_GETID , CD_SETMODE , CD_SETLOC_TO_PVD , CD_READ_PVD , CD_READ_PVD_DMA , CD_READ_PVD_PAUSE , CD_SETLOC_TO_ROOT , CD_READ_ROOT , CD_READ_ROOT_DMA , CD_READ_ROOT_PAUSE , CD_SUCCESS_DATA , CD_SUCCESS_AUDIO } |
Functions | |
| void | initCD () |
| int | isCDError () |
| int | isCDSuccess () |
| int | isCDAudio () |
| void | checkCD (unsigned fps) |
| #define printf | ( | ... | ) |
| enum CdState |
| void checkCD | ( | unsigned | fps | ) |
| void initCD | ( | ) |
| int isCDAudio | ( | ) |
| int isCDError | ( | ) |
| int isCDSuccess | ( | ) |