Nugget
|
#include <stdint.h>
#include "common/hardware/hwregs.h"
#include "common/syscalls/syscalls.h"
#include "modplayer/modplayer.h"
Macros | |
#define | printf(...) |
Functions | |
int | spuIsIntro () |
void | initSPU () |
void | checkSPU () |
void | uninitSPU () |
void | spuSchedulePing () |
void | spuScheduleIdle () |
void | spuScheduleOutro () |
void | spuScheduleError () |
Variables | |
struct MODFileFormat | _binary_blip_hit_start |
#define printf | ( | ... | ) |
void checkSPU | ( | ) |
void initSPU | ( | ) |
int spuIsIntro | ( | ) |
void spuScheduleError | ( | ) |
void spuScheduleIdle | ( | ) |
void spuScheduleOutro | ( | ) |
void spuSchedulePing | ( | ) |
void uninitSPU | ( | ) |
|
extern |