mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-25 08:21:22 +00:00
SoundMode -> SoundOutputMode (#2475)
* SoundOutputMode, and move SoundSetting * missed a couple * format * move SoundSetting
This commit is contained in:
parent
919b78ecbe
commit
7416f413db
15 changed files with 63 additions and 55 deletions
|
@ -1369,7 +1369,7 @@ void FileSelect_UpdateOptionsMenu(GameState* thisx) {
|
|||
PRINTF("Na_SetSoundOutputMode = %d\n", gSaveContext.soundSetting);
|
||||
PRINTF("Na_SetSoundOutputMode = %d\n", gSaveContext.soundSetting);
|
||||
PRINTF_RST();
|
||||
Audio_SetSoundMode(gSaveContext.soundSetting);
|
||||
Audio_SetSoundOutputMode(gSaveContext.soundSetting);
|
||||
PRINTF("終了\n");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue