Path: blob/master/src/audio/audio_session_presets_sh.c
7857 views
#include "internal.h"1#include "data.h"23#ifdef VERSION_SH45struct ReverbSettingsEU sReverbSettings[] = {6{0x01, 0x30, 0x2fff, 0x0000, 0x0000, -1, 0x3000, 0x0000, 0x0000},7{0x01, 0x28, 0x47ff, 0x0000, 0x0000, -1, 0x3000, 0x0000, 0x0000},8{0x01, 0x40, 0x2fff, 0x0000, 0x0000, -1, 0x3000, 0x0000, 0x0000},9{0x01, 0x38, 0x3fff, 0x0000, 0x0000, -1, 0x3000, 0x0000, 0x0000},10{0x01, 0x30, 0x4fff, 0x0000, 0x0000, -1, 0x3000, 0x0000, 0x0000},11{0x01, 0x28, 0x37ff, 0x0000, 0x0000, -1, 0x3000, 0x0000, 0x0000},12};1314struct AudioSessionSettingsEU gAudioSessionPresets[] = {15{ 0x00007d00, 0x01, 0x10, 0x01, 0x00, &sReverbSettings[0], 0x7fff, 0x0000, 0x00003a40, 0x00006d00,160x00000000, 0x00004400, 0x00002a00, 0x00000000, 0x00000000, 0x00000000 },17{ 0x00007d00, 0x01, 0x10, 0x01, 0x00, &sReverbSettings[1], 0x7fff, 0x0000, 0x00003a40, 0x00006d00,180x00000000, 0x00004400, 0x00002a00, 0x00000000, 0x00000000, 0x00000000 },19{ 0x00007d00, 0x01, 0x10, 0x01, 0x00, &sReverbSettings[2], 0x7fff, 0x0000, 0x00003a40, 0x00006d00,200x00000000, 0x00004400, 0x00002a00, 0x00000000, 0x00000000, 0x00000000 },21{ 0x00007d00, 0x01, 0x10, 0x01, 0x00, &sReverbSettings[3], 0x7fff, 0x0000, 0x00003a40, 0x00006d00,220x00000000, 0x00004400, 0x00002a00, 0x00000000, 0x00000000, 0x00000000 },23{ 0x00007d00, 0x01, 0x10, 0x01, 0x00, &sReverbSettings[4], 0x7fff, 0x0000, 0x00003a40, 0x00006d00,240x00000000, 0x00004400, 0x00002a00, 0x00000000, 0x00000000, 0x00000000 },25{ 0x00007d00, 0x01, 0x10, 0x01, 0x00, &sReverbSettings[0], 0x7fff, 0x0000, 0x00004000, 0x00006e00,260x00000000, 0x00003f00, 0x00002a00, 0x00000000, 0x00000000, 0x00000000 },27{ 0x00007d00, 0x01, 0x10, 0x01, 0x00, &sReverbSettings[1], 0x7fff, 0x0000, 0x00004100, 0x00006e00,280x00000000, 0x00004400, 0x00002a80, 0x00000000, 0x00000000, 0x00000000 },29{ 0x00007d00, 0x01, 0x14, 0x01, 0x00, &sReverbSettings[5], 0x7fff, 0x0000, 0x00003500, 0x00006280,300x00000000, 0x00004000, 0x00001b00, 0x00000000, 0x00000000, 0x00000000 }31};3233s8 gUnusedCount80333EE8 = UNUSED_COUNT_80333EE8;34s16 gTatumsPerBeat = TATUMS_PER_BEAT;35s32 gAudioHeapSize = DOUBLE_SIZE_ON_64_BIT(AUDIO_HEAP_SIZE);36s32 gAudioInitPoolSize = DOUBLE_SIZE_ON_64_BIT(AUDIO_INIT_POOL_SIZE);3738// Used in audio_init:39u32 D_SH_80315EF0 = 0;40u16 D_SH_80315EF4 = 0;41u16 D_SH_80315EF8 = 0;42u16 D_SH_80315EFC = 0;4344#endif454647