summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_sram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_sram.c b/src/code/z_sram.c
index de2f1ce72..bf713d373 100644
--- a/src/code/z_sram.c
+++ b/src/code/z_sram.c
@@ -1058,7 +1058,7 @@ void Sram_InitSram(GameState* gameState, SramContext* sramCtx) {
PRINTF("Na_SetSoundOutputMode = %d\n", gSaveContext.soundSetting);
PRINTF("Na_SetSoundOutputMode = %d\n", gSaveContext.soundSetting);
PRINTF_RST();
- Audio_SetSoundMode(gSaveContext.soundSetting);
+ Audio_SetSoundOutputMode(gSaveContext.soundSetting);
}
void Sram_Alloc(GameState* gameState, SramContext* sramCtx) {