mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
Document File-Select Audio Settings: Sound Modes (#1281)
* Round 1 * Cleanup * Cleanup * Space * More spacing * Apply -> Set (consistency) * round 1 pr * Revert some names
This commit is contained in:
parent
984871eb38
commit
fe7afb9b07
6 changed files with 40 additions and 24 deletions
|
@ -1168,7 +1168,7 @@ void AudioLoad_Init(void* heap, u32 heapSize) {
|
|||
gAudioContext.totalTaskCount = 0;
|
||||
gAudioContext.rspTaskIndex = 0;
|
||||
gAudioContext.curAiBufIndex = 0;
|
||||
gAudioContext.soundMode = 0;
|
||||
gAudioContext.soundMode = SOUNDMODE_STEREO;
|
||||
gAudioContext.curTask = NULL;
|
||||
gAudioContext.rspTask[0].task.t.data_size = 0;
|
||||
gAudioContext.rspTask[1].task.t.data_size = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue