mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
Update wiiu_audio.c - audio should no longer clip
This commit is contained in:
parent
dc55bd13aa
commit
cb137954f9
@ -84,7 +84,7 @@ static void* ax_audio_init(const char* device, unsigned rate, unsigned latency,
|
|||||||
u16 setup_buf[0x30] = {0};
|
u16 setup_buf[0x30] = {0};
|
||||||
setup_buf[0x25] = 2; /* we request 2 channels */
|
setup_buf[0x25] = 2; /* we request 2 channels */
|
||||||
AXInitParams init = {AX_INIT_RENDERER_48KHZ, 0, 0};
|
AXInitParams init = {AX_INIT_RENDERER_48KHZ, 0, 0};
|
||||||
AXVoiceVeData ve = {0xF000, 0};
|
AXVoiceVeData ve = {0x8000, 0};
|
||||||
ax_audio_t* ax = (ax_audio_t*)calloc(1, sizeof(ax_audio_t));
|
ax_audio_t* ax = (ax_audio_t*)calloc(1, sizeof(ax_audio_t));
|
||||||
|
|
||||||
if (!ax)
|
if (!ax)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user