mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
Shouldn't output to the left with channel B
This commit is contained in:
parent
898620112b
commit
d28b885e29
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ pub(super) fn set_sound_control_register_for_mixer() {
|
|||
|
||||
let sound_b_volume_100: u16 = 1 << 3;
|
||||
let sound_b_rout: u16 = 1 << 12;
|
||||
let sound_b_lout: u16 = 1 << 13;
|
||||
let sound_b_lout: u16 = 0 << 13;
|
||||
let sound_b_fifo_reset: u16 = 1 << 15;
|
||||
|
||||
SOUND_CONTROL.set(
|
||||
|
|
Loading…
Add table
Reference in a new issue