![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | AXFX_REVSTD_DELAYLINE |
struct | AXFX_REVSTD_WORK |
struct | AXFX_REVERBSTD |
struct | AXFX_BUFFERUPDATE |
struct | AXFX_BUFFERUPDATE_DPL2 |
struct | AXFX_REVHI_DELAYLINE |
struct | AXFX_REVHI_WORK |
struct | AXFX_REVHI_WORK_DPL2 |
struct | AXFX_REVERBHI |
struct | AXFX_REVERBHI_DPL2 |
struct | AXFX_DELAY |
struct | AXFX_CHORUS_SRCINFO |
struct | AXFX_CHORUS_WORK |
struct | AXFX_CHORUS |
Typedefs | |
typedef struct AXFX_REVSTD_DELAYLINE | AXFX_REVSTD_DELAYLINE |
typedef struct AXFX_REVSTD_WORK | AXFX_REVSTD_WORK |
typedef struct AXFX_REVERBSTD | AXFX_REVERBSTD |
typedef struct AXFX_BUFFERUPDATE | AXFX_BUFFERUPDATE |
typedef struct AXFX_BUFFERUPDATE_DPL2 | AXFX_BUFFERUPDATE_DPL2 |
typedef struct AXFX_REVHI_DELAYLINE | AXFX_REVHI_DELAYLINE |
typedef struct AXFX_REVHI_WORK | AXFX_REVHI_WORK |
typedef struct AXFX_REVHI_WORK_DPL2 | AXFX_REVHI_WORK_DPL2 |
typedef struct AXFX_REVERBHI | AXFX_REVERBHI |
typedef struct AXFX_REVERBHI_DPL2 | AXFX_REVERBHI_DPL2 |
typedef struct AXFX_DELAY | AXFX_DELAY |
typedef struct AXFX_CHORUS_SRCINFO | AXFX_CHORUS_SRCINFO |
typedef struct AXFX_CHORUS_WORK | AXFX_CHORUS_WORK |
typedef struct AXFX_CHORUS | AXFX_CHORUS |
typedef struct AXFX_BUFFERUPDATE AXFX_BUFFERUPDATE |
typedef struct AXFX_BUFFERUPDATE_DPL2 AXFX_BUFFERUPDATE_DPL2 |
typedef struct AXFX_CHORUS AXFX_CHORUS |
typedef struct AXFX_CHORUS_SRCINFO AXFX_CHORUS_SRCINFO |
typedef struct AXFX_CHORUS_WORK AXFX_CHORUS_WORK |
typedef struct AXFX_DELAY AXFX_DELAY |
typedef struct AXFX_REVERBHI AXFX_REVERBHI |
typedef struct AXFX_REVERBHI_DPL2 AXFX_REVERBHI_DPL2 |
typedef struct AXFX_REVERBSTD AXFX_REVERBSTD |
typedef struct AXFX_REVHI_DELAYLINE AXFX_REVHI_DELAYLINE |
typedef struct AXFX_REVHI_WORK AXFX_REVHI_WORK |
typedef struct AXFX_REVHI_WORK_DPL2 AXFX_REVHI_WORK_DPL2 |
typedef struct AXFX_REVSTD_DELAYLINE AXFX_REVSTD_DELAYLINE |
typedef struct AXFX_REVSTD_WORK AXFX_REVSTD_WORK |
void AXFXChorusCallback | ( | AXFX_BUFFERUPDATE * | bufferUpdate, |
AXFX_CHORUS * | chorus ) |
int AXFXChorusInit | ( | AXFX_CHORUS * | c | ) |
int AXFXChorusSettings | ( | AXFX_CHORUS * | c | ) |
int AXFXChorusShutdown | ( | AXFX_CHORUS * | c | ) |
void AXFXDelayCallback | ( | AXFX_BUFFERUPDATE * | bufferUpdate, |
AXFX_DELAY * | delay ) |
int AXFXDelayInit | ( | AXFX_DELAY * | delay | ) |
int AXFXDelaySettings | ( | AXFX_DELAY * | delay | ) |
int AXFXDelayShutdown | ( | AXFX_DELAY * | delay | ) |
void AXFXReverbHiCallback | ( | AXFX_BUFFERUPDATE * | bufferUpdate, |
AXFX_REVERBHI * | reverb ) |
void AXFXReverbHiCallbackDpl2 | ( | AXFX_BUFFERUPDATE_DPL2 * | bufferUpdate, |
AXFX_REVERBHI_DPL2 * | reverb ) |
int AXFXReverbHiInit | ( | AXFX_REVERBHI * | rev | ) |
int AXFXReverbHiInitDpl2 | ( | AXFX_REVERBHI_DPL2 * | reverb | ) |
int AXFXReverbHiSettings | ( | AXFX_REVERBHI * | rev | ) |
int AXFXReverbHiSettingsDpl2 | ( | AXFX_REVERBHI_DPL2 * | rev | ) |
int AXFXReverbHiShutdown | ( | AXFX_REVERBHI * | rev | ) |
int AXFXReverbHiShutdownDpl2 | ( | AXFX_REVERBHI_DPL2 * | reverb | ) |
void AXFXReverbStdCallback | ( | AXFX_BUFFERUPDATE * | bufferUpdate, |
AXFX_REVERBSTD * | reverb ) |
int AXFXReverbStdInit | ( | AXFX_REVERBSTD * | rev | ) |
int AXFXReverbStdSettings | ( | AXFX_REVERBSTD * | rev | ) |
int AXFXReverbStdShutdown | ( | AXFX_REVERBSTD * | rev | ) |